public interface JsonStructure extends JsonValue
JsonValue.ValueType
EMPTY_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, toString
default 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 © 2019 Eclipse Foundation.
Use is subject to license terms.