Click or drag to resize

JsonExtensions Class

Contains methods for working with JSON strings
Inheritance Hierarchy
SystemObject
  DotNetBrowser.JsJsonExtensions

Namespace:  DotNetBrowser.Js
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static class JsonExtensions

The JsonExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberParseJsonString(IFrame, String)
Creates an object that represents the result of parsing the given string in JSON format.
Public methodStatic memberParseJsonStringT(IFrame, String)
Creates an object that represents the result of parsing the given string in JSON format.
Public methodStatic memberToJsonString
Converts the given JavaScript object into a JSON string.
Top
See Also