| 接口 | 说明 |
|---|---|
| JsonNode |
Interface for all type of json nodes.
|
| JsonValueNode |
| 类 | 说明 |
|---|---|
| JsonArrayNode |
This class represents a producer of a json array value.
|
| JsonBooleanNode |
This class represents a producer of a json boolean value.
|
| JsonBuilder |
The builder of the data structure consisting of json nodes.
|
| JsonFloatNode |
This class represents a producer of a json float value.
|
| JsonIntegerNode | |
| JsonNodeUtils | |
| JsonNullNode |
This class represents a producer of a json null value.
|
| JsonObjectNode |
This class represents a producer of a json object value.
|
| JsonRawNode |
This class represents a producer of a json raw value.
|
| JsonStringNode |
This class represents a producer of a json string value.
|
| JsonWrapperNode |
This class is a wrapper of another JsonNode.
|
Copyright © 2019. All rights reserved.