메소드 | 설명 | |
---|---|---|
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. |
리턴 | object |