Class JsonParser
Namespace: Ludiq.TinyJson
Syntax
public static class JsonParser
Methods
FromJson<T>(String)
Declaration
public static T FromJson<T>(this string json)
Parameters
| Type | Name | Description |
|---|---|---|
| String | json |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |