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