We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A JsonVirtualTree is a virtual tree of JsonValue nodes, each type with a node type specific interface.
JsonVirtualTree
JsonValue
Underlying implementation of the actual JSON document is the JsonTree which exposes all node types as JsonNode.
JsonTree
JsonNode
JsonValue#node()
JsonValue.of(node)
JsonObject
JsonArray
JsonNumber
JsonString
JsonBoolean
JsonNodeType
JsonMixed
JsonTypedAccessStore