public class JSONObject extends JSONValue
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(JSONTarget<?> target)
Appends this value to the specified target.
|
JSONValue |
getFirst(java.lang.String name)
Returns value of the first member with the specified name.
|
java.util.Map.Entry<java.lang.String,JSONValue>[] |
getMembers()
Returns the value.
|
public void addTo(JSONTarget<?> target)
JSONValuepublic java.util.Map.Entry<java.lang.String,JSONValue>[] getMembers()
public JSONValue getFirst(java.lang.String name)
name - name of the membernull