Class JSONObject

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

public class JSONObject extends HashMap<String,Object> implements JSONAware, JSONAwareEx, JSONStreamAwareEx
A JSON object. Key value pairs are unordered. JSONObject supports java.util.Map interface.
Author:
FangYidonginvalid input: '<'fangyidong@yahoo.com.cn>, Uriel Chemouni invalid input: '<'uchemouni@gmail.com>
See Also: