Package | Description |
---|---|
com.pushtechnology.diffusion.datatype.json |
JSON Data Type.
|
Modifier and Type | Method and Description |
---|---|
JSONDelta.ChangeMap |
JSONDelta.ChangeMap.descendants(String pointer)
Returns a view of the portion of this map whose keys are descendants
of
pointer . |
JSONDelta.ChangeMap |
JSONDelta.inserted()
Returns the parts of the second JSON value not found in the first JSON
value.
|
JSONDelta.ChangeMap |
JSONDelta.ChangeMap.intersection(String pointer)
Returns a view of the portion of this map whose keys are descendants
or parents of
pointer . |
JSONDelta.ChangeMap |
JSONDelta.removed()
Returns the parts of the first JSON value not found in the second JSON
value.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.