public class MapJSONStringEntity extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements IBoxJSONStringEntity
IBoxJSONStringEntity
based on LinkedHashMap.Constructor and Description |
---|
MapJSONStringEntity() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toJSONString(IBoxJSONParser parser)
Convert to JSON String.
|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
public java.lang.String toJSONString(IBoxJSONParser parser) throws BoxJSONException
IBoxJSONStringEntity
toJSONString
in interface IBoxJSONStringEntity
parser
- json parserBoxJSONException