Class JSONPObject

java.lang.Object
org.codehaus.jackson.map.util.JSONPObject
All Implemented Interfaces:
JsonSerializable, JsonSerializableWithType

public class JSONPObject extends Object implements JsonSerializableWithType
Container class that can be used to wrap any Object instances (including nulls), and will serialize embedded in JSONP wrapping.
Since:
1.5
Author:
tatu
See Also: