Classes | |
| class | Boolean |
| Represents a boolean. More... | |
| class | Document |
| JSON Document. More... | |
| class | DocumentReader |
| JSON Document reader. More... | |
| class | EndArray |
| Represents the end of an array. More... | |
| class | EndDocument |
| Represents the end of an JSON document. More... | |
| class | EndObject |
| Represents the end of an object. More... | |
| class | Float |
| Represents a float. More... | |
| class | InputIterator |
| Input iterator to read JSON nodes with a reader. More... | |
| class | Integer |
| Represents an integer. More... | |
| class | JsonError |
| Exception during JSON processing. More... | |
| class | JsonFormatter |
| JSON Formatter. More... | |
| class | JsonReader |
| Reads JSON as a Stream of Nodes. More... | |
| class | JsonWriter |
| Writes JSON to a text stream. More... | |
| class | Member |
| Represents a object member. More... | |
| class | Node |
| JSON document node. More... | |
| class | Null |
| Represents a null value. More... | |
| class | StartArray |
| Represents the start of an array. More... | |
| class | StartObject |
| Represents the start of an object. More... | |
| class | String |
| Represents a string. More... | |
| class | SyntaxError |
| Indicates JSON syntax errors. More... | |