JsonValueJsonArray, JsonObjectpublic interface JsonStructure extends JsonValue
JsonValue.ValueTypeEMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE| Modifier and Type | Method | Description |
|---|---|---|
default JsonValue |
getValue(String jsonPointer) |
Get the value referenced by the provided JSON Pointer in the JsonStructure.
|
asJsonArray, asJsonObject, getValueType, toStringdefault JsonValue getValue(String jsonPointer)
jsonPointer - the JSON PointerJsonValue at the referenced locationJsonException - if the JSON Pointer is malformed, or if it references
a non-existing member or value.Copyright © 2017 Oracle. All rights reserved.