Package org.bson.json
JSON serialization and deserialization.
- 
Interface Summary Interface Description Converter<T> A converter from a BSON value to JSON.StrictJsonWriter An interface for creating JSON texts that largely conform to RFC 7159. - 
Class Summary Class Description 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.JsonWriter ABsonWriterimplementation that outputs a JSON representation of BSON.JsonWriterSettings Settings to control the behavior of aJSONWriterinstance.JsonWriterSettings.Builder A builder for JsonWriterSettingsStrictCharacterStreamJsonWriter A class that writes JSON texts as a character stream via a providedWriter.StrictCharacterStreamJsonWriterSettings Settings to control the behavior of aJSONWriterinstance.StrictCharacterStreamJsonWriterSettings.Builder A builder for StrictCharacterStreamJsonWriterSettings - 
Enum Summary Enum Description JsonMode An enumeration of the supported output modes ofJSONWriter. - 
Exception Summary Exception Description JsonParseException JSONParseException indicates some exception happened during JSON processing.