Indicates the content of a node.
Error codes for JSON_PARSER_ERROR.
Error codes for JSON_PATH_ERROR.
Error codes for JSON_READER_ERROR.
json.array.Array is the representation of the array type inside JSON.
json.builder.Builder provides an object for generating a JSON tree.
json.generator.Generator provides an object for generating a JSON data stream from a tree of json.node.Node instances, and put it into a buffer or a file.
A generic container of JSON data types.
json.object.ObjectJson is the representation of the object type inside JSON.
An iterator object used to iterate over the members of a JSON object.
json.parser.Parser provides an object for parsing a JSON data stream, either inside a file or inside a static buffer.
The class structure for the JsonParser type.
json.path.Path is a simple class implementing the JSONPath syntax for extracting data out of a JSON tree.
json.reader.Reader provides a simple, cursor-based API for parsing a JSON DOM.
json.serializable.Serializable is an interface for controlling the serialization and deserialization of gobject.object.ObjectG classes.
Interface that allows serializing and deserializing object instances with properties storing complex data types.