Method | Description | |
---|---|---|
CreateFromString ( string s ) : |
Creates a JSONObject by parsing a string. This is the only correct way to create a JSONObject.
|
|
ToDisplayableString ( ) : string |
Prints the JSONObject as a formatted string, suitable for viewing.
|
Method | Description | |
---|---|---|
Create ( object o ) : |
Recursively constructs this JSONObject
|
|
JSONObject ( ) : System | ||
RecursiveDictionaryToString ( |
||
RecursiveObjectToString ( |
public static CreateFromString ( string s ) : |
||
s | string | |
return |