Class | Description |
---|---|
JsonBuffer | |
JsonReader |
Reads a JSON in one of the following modes:
Strict mode that conforms to the JSON RFC specifications.
JavaScript mode that that most JavaScript interpreters can process
Shell mode that the mongo shell can process.
|
JsonScanner |
Parses the string representation of a JSON object into a set of
JsonToken -derived objects. |
JsonToken |
A JSON token.
|
JsonWriter |
A
BsonWriter implementation that outputs a JSON representation of BSON. |
JsonWriterSettings |
Settings to control the behavior of a
JSONWriter instance. |
Enum | Description |
---|---|
JsonMode |
An enumeration of the supported output modes of
JSONWriter . |
JsonScanner.NumberState | |
JsonScanner.RegularExpressionState | |
JsonTokenType |
Exception | Description |
---|---|
JsonParseException |
JSONParseException indicates some exception happened during JSON processing.
|