JSONString¶
-
public interface
JSONString
¶ The
JSONString
interface allows atoJSONString()
method so that a class can change the behavior ofJSONObject.toString()
,JSONArray.toString()
, andJSONWriter.value(
Object)
. ThetoJSONString
method will be used instead of the default behavior of using the Object’stoString()
method and quoting the result.