Class JsonController<T>
Json helper with template.
Inherited Members
Namespace: EduCATS.Helpers.Json
Assembly: EduCATS.dll
Syntax
public static class JsonController<T>
Type Parameters
| Name | Description |
|---|---|
| T | Type to handle. |
Methods
ConvertJsonToObject(string)
Convert Json string to T.
Declaration
public static T ConvertJsonToObject(string content)
Parameters
| Type | Name | Description |
|---|---|---|
| string | content | Json string. |
Returns
| Type | Description |
|---|---|
| T | Object. |