Method | Description | |
---|---|---|
Deserialize ( string json ) : object |
Parses the string json into a value
|
|
Serialize ( object obj ) : string |
Converts a IDictionary / IList object or a simple type (string, int, etc.) into a JSON string
|
public static Deserialize ( string json ) : object | ||
json | string | A JSON string. |
return | object |
public static Serialize ( object obj ) : string | ||
obj | object | |
return | string |