Exception thrown on JSON errors
String literals used to represent special float values within JSON strings.
Flags that control how json is encoded and parsed.
JSON type enumeration
Parses a serialized string and returns a tree of JSON values.
Parses a serialized string and returns a tree of JSON values.
Takes a tree of JSON values and returns the serialized string.
JSON value node
Implements functionality to read and write JavaScript Object Notation values.
JavaScript Object Notation is a lightweight data interchange format commonly used in web services and configuration files. It's easy for humans to read and write, and it's easy for machines to parse and generate.