JSONObject.toString

A method to convert this JSONObject to a user-readable format.

class JSONObject
override
string
toString
()

Return Value

Type: string

A JSON string representing this object and it's contents.

Meta