Class | Description |
---|---|
JsonReader | A simplified fork of org.bson.json.JsonReader that works with readers and removes processing related to MongoDB |
JsonReader.Context | |
JsonReader.Mark | |
JsonScanner | Parses the string representation of a JSON object into a set of JsonToken-derived objects. |
JsonToken | A JSON token. |
JsonWriter | Simplified fork of org.bson.json.JsonWriter that ignores behaviour specific to MongoDB and produces more compat output |
JsonWriter.Context |
Enum | Description |
---|---|
JsonScanner.NumberState | |
JsonScanner.RegularExpressionState | |
JsonTokenType | Fork of org.bson.json.JsonTokenType |