The JsonExtensionsWeb type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| FromJson(String, Type) |
Extension method to string that deserializes a json string
into a specific type.
Note that the type specified must be serializable.
| |
| FromJson<(Of <<'(TType>)>>)(String) | ||
| FromJsonString |
Deserializes a json string into a specific type.
Note that the type specified must be serializable.
| |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
| |
| ToJsonString |
Serializes a type to Json. Note the type must be marked Serializable
or include a DataContract attribute.
|