| Package | Description | 
|---|---|
| jakarta.json | 
 Provides an object model API to process JSON. 
 | 
| jakarta.json.spi | 
 Service Provider Interface (SPI) to plug in implementations for
 JSON processing objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JsonPatch | 
JsonPatchBuilder.build()
Returns the JSON Patch. 
 | 
static JsonPatch | 
Json.createDiff(JsonStructure source,
          JsonStructure target)
Generates a JSON Patch (RFC 6902)
 from the source and target  
JsonStructure. | 
static JsonPatch | 
Json.createPatch(JsonArray array)
Creates a JSON Patch (RFC 6902)
 from the specified operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JsonPatch | 
JsonProvider.createDiff(JsonStructure source,
          JsonStructure target)
Generates a JSON Patch (RFC 6902)
 from the source and target  
JsonStructure. | 
JsonPatch | 
JsonProvider.createPatch(JsonArray array)
Creates a JSON Patch (RFC 6902)
 from the specified operations. 
 | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.