JSON2 Class
Namespace: Stimulsoft.System
Methods
| Method | Returns | Description |
|---|---|---|
decode static |
any | |
encode static |
string | |
stiPopulateObject static |
void |
Method Details
decode static
decode(text: string): any
Parameters
- text (string)
Returns any
encode static
encode(value: any): string
Parameters
- value (any)
Returns string
stiPopulateObject static
stiPopulateObject(json: any, object: any): void
Parameters
- json (any)
- object (any)