public class JsonObject extends LinkedHashMap<String,JsonValue> implements JsonValue
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
JsonObject |
$(String key,
Object value) |
JsonObject |
$$(Map<String,JsonValue> values) |
static JsonObject |
createObject() |
boolean |
equals(Object o) |
static JsonObject |
fromJson(String json) |
int |
hashCode() |
String |
toJson() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizetoStringfinalize, getClass, notify, notifyAll, wait, wait, waitas, asJsArray, asJsBoolean, asJsNull, asJsNumber, asJsObject, asJsString, asJsValuecompute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static JsonObject createObject()
public JsonObject $(String key, Object value)
public JsonObject $$(Map<String,JsonValue> values)
public static JsonObject fromJson(String json)
public boolean equals(Object o)
Copyright © 2018. All rights reserved.