C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / JsonHelper Class

In This Topic
JsonHelper Class Methods
In This Topic

For a list of all members of this type, see JsonHelper members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Converts object into JSON string.  
Public Methodstatic (Shared in Visual Basic)Converts JSON string into object.  
Public Methodstatic (Shared in Visual Basic)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.  
Public Methodstatic (Shared in Visual Basic)Converts object into JSON string. Difference from WidgetToString method: 1) All client events will be quoted.  
Top
See Also