public interface JsonStructure extends JsonValue
JsonValue.ValueTypeEMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE| 修飾子と型 | メソッドと説明 |
|---|---|
default JsonValue | getValue(StringSE jsonPointer)JsonStructure の提供された JSON ポインターによって参照される値を取得します。 |
asJsonArray, asJsonObject, getValueType, toStringdefault JsonValue getValue(StringSE jsonPointer)
jsonPointer - JSON ポインター JsonValue JsonException - JSON ポインターの形式が正しくない場合、または存在しないメンバーまたは値を参照している場合。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.