| 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 | 
|---|---|
| static JsonMergePatch | Json. createMergeDiff(JsonValue source,
               JsonValue target)Generates a JSON Merge Patch (RFC 7396)
 from the source and target  JsonValues
 which when applied to thesource, yields thetarget. | 
| static JsonMergePatch | Json. createMergePatch(JsonValue patch)Creates JSON Merge Patch (RFC 7396)
 from specified  JsonValue. | 
| Modifier and Type | Method and Description | 
|---|---|
| JsonMergePatch | JsonProvider. createMergeDiff(JsonValue source,
               JsonValue target)Generates a JSON Merge Patch (RFC 7396)
 from the source and target  JsonValues
 which when applied to thesource, yields thetarget. | 
| JsonMergePatch | JsonProvider. createMergePatch(JsonValue patch)Creates JSON Merge Patch (RFC 7396)
 from specified  JsonValue. | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.