public class JsonReader extends AbstractBsonReader
A simplified fork of JsonReader that works with readers and removes processing related to MongoDB
| Modifiers | Name | Description |
|---|---|---|
protected class |
JsonReader.Context |
|
protected class |
JsonReader.Mark |
| Constructor and description |
|---|
JsonReader(String json)Constructs a new instance with the given JSON string. |
JsonReader(Reader reader)Constructs a new instance with the given JSON reader. |
Constructs a new instance with the given JSON string.
json - A string representation of a JSON.Constructs a new instance with the given JSON reader.
reader - The reader.