Uses of Interface
com.pushtechnology.diffusion.datatype.json.JSON
Packages that use JSON
-
Uses of JSON in com.pushtechnology.diffusion.datatype.json
Methods in com.pushtechnology.diffusion.datatype.json that return JSONModifier and TypeMethodDescriptionJSON.apply(BinaryDelta delta) Apply a binary delta to this JSON value to create a new value.JSONDataType.fromJsonString(String json) Parse a JSON string.JSONDataType.readValue(byte[] bytes) Parse a value from CBOR-format binary.JSONDataType.readValue(byte[] bytes, int offset, int length) Parse a value from CBOR-format binary.Parse a value from CBOR-format binary.JSON.validate()Check whether this instance is valid.Methods in com.pushtechnology.diffusion.datatype.json that return types with arguments of type JSONModifier and TypeMethodDescriptionJSONDataType.binaryDeltaType()Returns support for binary deltas.Methods in com.pushtechnology.diffusion.datatype.json with parameters of type JSONModifier and TypeMethodDescriptionJSON.binaryDiff(JSON original) Compare this JSON value with an earlier version to create a binary delta.Compare this JSON value with an earlier version to calculate a structural delta.