Json Scope
Lexical scoping elements within a JSON reader or writer.
class JsonScope
Content copied to clipboard
Functions
Properties
CLOSED
Link copied to clipboard
DANGLING_NAME
Link copied to clipboard
An object whose most recent element is a key. The next element must be a value.
EMPTY_ARRAY
Link copied to clipboard
An array with no elements requires no separators or newlines before it is closed.
EMPTY_DOCUMENT
Link copied to clipboard
No object or array has been started.
EMPTY_OBJECT
Link copied to clipboard
An object with no name/value pairs requires no separators or newlines before it is closed.
NONEMPTY_ARRAY
Link copied to clipboard
A array with at least one value requires a comma and newline before the next element.
NONEMPTY_DOCUMENT
Link copied to clipboard
A document with at an array or object.
NONEMPTY_OBJECT
Link copied to clipboard
An object with at least one name/value pair requires a separator before the next element.
STREAMING_VALUE
Link copied to clipboard
Sits above the actual state to indicate that a value is currently being streamed in.