public interface JsonStructure extends JsonValue
JsonValue.ValueTypeEMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE| Modifier and Type | Method and 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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.