Class OrderedJSONObject

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.minidev.json.JSONObject
com.nimbusds.oauth2.sdk.util.OrderedJSONObject
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, net.minidev.json.JSONAware, net.minidev.json.JSONAwareEx, net.minidev.json.JSONStreamAware, net.minidev.json.JSONStreamAwareEx

@NotThreadSafe public class OrderedJSONObject extends net.minidev.json.JSONObject
Ordered JSON object.
See Also: