ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / JsonHelper Class
Methods

In This Topic
    JsonHelper Class Members
    In This Topic

    The following tables list the members exposed by JsonHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    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