Table of Contents

Class JsonExtensions

Namespace
DotNetBrowser.Js
Assembly
DotNetBrowser.dll

Contains methods for working with JSON strings

public static class JsonExtensions
Inheritance
JsonExtensions
Inherited Members

Methods

ParseJsonString(IFrame, string)

Creates an object that represents the result of parsing the given string in JSON format.

ParseJsonString<T>(IFrame, string)

Creates an object that represents the result of parsing the given string in JSON format.

ToJsonString(IJsObject)

Converts the given JavaScript object into a JSON string.