| 类 | 说明 |
|---|---|
| JsonReader |
Reads a JSON in one of the following modes:
Strict mode that conforms to the JSON RFC specifications.
|
| JsonWriter |
A
BsonWriter implementation that outputs a JSON representation of BSON. |
| JsonWriterSettings |
Settings to control the behavior of a
JSONWriter instance. |
| 枚举 | 说明 |
|---|---|
| JsonMode |
An enumeration of the supported output modes of
JSONWriter. |
| 异常错误 | 说明 |
|---|---|
| JsonParseException |
JSONParseException indicates some exception happened during JSON processing.
|