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.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.