Method Parse
Parse<T>()
Parses the IJSONDocument object into the specified type object.
Declaration
T Parse<T>()
Returns
| Type | Description |
|---|---|
| T | Parsed object of specified type. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the object. |