Package | Description |
---|---|
com.pushtechnology.diffusion.datatype.json |
JSON Data Type.
|
Modifier and Type | Method and Description |
---|---|
JSON |
JSON.apply(BinaryDelta delta)
Apply a binary delta to this JSON value to create a new value.
|
JSON |
JSONDataType.fromJsonString(String json)
Parse a JSON string.
|
JSON |
JSONDataType.readValue(byte[] bytes)
Parse a value from CBOR-format binary.
|
JSON |
JSONDataType.readValue(byte[] bytes,
int offset,
int length)
Parse a value from CBOR-format binary.
|
JSON |
JSONDataType.readValue(Bytes bytes)
Parse a value from CBOR-format binary.
|
JSON |
JSON.validate()
Check whether this instance is valid.
|
Modifier and Type | Method and Description |
---|---|
DeltaType<JSON,BinaryDelta> |
JSONDataType.binaryDeltaType()
Returns support for binary deltas.
|
Modifier and Type | Method and Description |
---|---|
BinaryDelta |
JSON.binaryDiff(JSON original)
Compare this JSON value with an earlier version to create a binary delta.
|
JSONDelta |
JSON.diff(JSON original)
Compare this JSON value with an earlier version to calculate a structural
delta.
|
Copyright © 2022 Push Technology Ltd. All Rights Reserved.