Name | Description | |
---|---|---|
JsonHelper Constructor |
The following tables list the members exposed by JsonHelper.
Name | Description | |
---|---|---|
JsonHelper Constructor |
Name | Description | |
---|---|---|
ObjectToString | Overloaded. Converts object into JSON string. | |
StringToObject | Converts JSON string into object. | |
WidgetToString | Converts object into JSON string. Difference from ObjectToString method: 1) All field/property names will be converted to camelCase. 2) All enumerations will be converted to string value. | |
WidgetToStringQuoteClientEvents | Converts object into JSON string. Difference from WidgetToString method: 1) All client events will be quoted. |