C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls Namespace : JsonHelper Class |
For a list of all members of this type, see JsonHelper members.
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. |