Метод | Описание | |
---|---|---|
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 |
public static Serialize ( object obj ) : string | ||
obj | object | |
Результат | string |