public class JSONObject extends Object implements JSONValue
JSONObject()
Map<String,JSONValue>
getValue()
void
put(String key, JSONValue value)
String
toJSON()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSONObject()
public void put(String key, JSONValue value)
key
value
public Map<String,JSONValue> getValue()
public String toJSON()
JSONValue
toJSON
Copyright © 2013 Christian Grobmeier Software. All Rights Reserved.