Method | Description | |
---|---|---|
Parse ( string json ) : System.Collections.Dictionary |
Parses the given JSON into an object.
|
|
Serialize ( object value ) : string |
Serialized the given object to a JSON string.
|
public Parse ( string json ) : System.Collections.Dictionary | ||
json | string | The JSON to parse. |
return | System.Collections.Dictionary |
public Serialize ( object value ) : string | ||
value | object | The object to serialize. |
return | string |