Package org.json
Interface JSONString
- 
 public interface JSONStringTheJSONStringinterface 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.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoJSONString()ThetoJSONStringmethod allows a class to produce its own JSON serialization.
 
-