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 | |
JsonWriter | Simplified fork of org.bson.json.JsonWriter that ignores behaviour specific to MongoDB and produces more compat output |
JsonWriter.Context | The context for the writer, inheriting all the values from org.bson.AbstractBsonWriter.Context, and additionally providing settings for the indentation level and whether there are any child elements at this level. |