Class JSONMap

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class JSONMap extends HashMap<String,Object>
Represents a map which can be serialized to JSON and deserialized back to this form, assuming all of the values it stores are serializable
See Also: