Package org.bson.json
package org.bson.json
JSON serialization and deserialization.
-
ClassDescriptionConverter<T>A converter from a BSON value to JSON.An enumeration of the supported output modes of
JSONWriter
.A wrapper class that holds a JSON object string.JSONParseException indicates some exception happened during JSON processing.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.ABsonWriter
implementation that outputs a JSON representation of BSON.Settings to control the behavior of aJSONWriter
instance.A builder for JsonWriterSettingsA class that writes JSON texts as a character stream via a providedWriter
.Settings to control the behavior of aJSONWriter
instance.A builder for StrictCharacterStreamJsonWriterSettingsAn interface for creating JSON texts that largely conform to RFC 7159.