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 © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-spec@javaee.groups.io