Class JSONObject
java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONObject
JSON object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ArrayList<AbstractMap.SimpleImmutableEntry<String, JSONValue>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidAdd a key-value pair.voidaddTo(JSONTarget<?> target) Appends this value to the specified target.Returns value of the first member with the specified name.Returns the value.