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(java.lang.String jsonPointer)
Get the value referenced by the provided JSON Pointer in the JsonStructure.
|
asJsonArray, asJsonObject, getValueType, toString
default JsonValue getValue(java.lang.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.Comments to: jsonp-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.