org.mortbay.util.ajax
Class JSON.Literal
java.lang.Object
org.mortbay.util.ajax.JSON.Literal
- All Implemented Interfaces:
- JSON.Generator
- Enclosing class:
- JSON
public static class JSON.Literal
- extends Object
- implements JSON.Generator
A Literal JSON generator
A utility instance of JSON.Generator
that holds a pre-generated string on JSON text.
JSON.Literal
public JSON.Literal(String json)
- Construct a literal JSON instance for use by
JSON.toString(Object)
.
- Parameters:
json
- A literal JSON string that will be parsed to check validity.
toString
public String toString()
- Overrides:
toString
in class Object
addJSON
public void addJSON(StringBuffer buffer)
- Specified by:
addJSON
in interface JSON.Generator