string encoder/decoder
string encoder/decoder
Deserialize a JSON value from the given root JSONPath.
Deserialize a JSON value from the given root JSONPath.
The delimiter in the path to an embedded object or in an array.
The delimiter in the path to an embedded object or in an array. In general, we follow the dot notation as in MongoDB (even for array elements).
The path to the root of a JsValue.
The path to the root of a JsValue.
Serializes a JSON value to a list of key/value pairs, where key is the JSONPath of element.
Serializes a JSON value to a list of key/value pairs, where key is the JSONPath of element.
Binary subtypes
End of document
End of string
Type markers
Byte array of null.
Byte array of null.
Serialize a string to bytes.
Serialize a string to bytes.
Returns the json path of a dot notation path as in MongoDB.
Returns the json path of a dot notation path as in MongoDB.
Returns the byte array of json path
Returns the byte array of json path
Encoding of "undefined"
Encoding of "undefined"
Json serializer helper functions.