public interface JSONString
JSONObject or JSONArray value.
When printed, the value of toJSONString() is printed without quotes or other substitution; it
is the responsibility of the object to provide proper JSON output.| Modifier and Type | Method and Description |
|---|---|
String |
toJSONString()
The
toJSONString method allows a class to produce its own JSON serialization. |
String toJSONString()
toJSONString method allows a class to produce its own JSON serialization.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.