Class JSONObject

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, JSONAware, JSONAwareEx, JSONStreamAware, JSONStreamAwareEx

public class JSONObject extends HashMap<String,Object> implements JSONAwareEx, JSONStreamAwareEx
A JSON object. Key value pairs are unordered. JSONObject supports java.util.Map interface.
Author:
FangYidong <[email protected]>, Uriel Chemouni <[email protected]>
See Also: