Click or drag to resize

JsonExtensions Methods

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