Table of Contents

Class JSON

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("Default")]
public class JSON : ObjectPrototype
Inheritance
JSON
Inherited Members

Constructors

JSON()

public JSON()

Methods

Parse(string, Action?)

[To("FirstCharToLowerCase")]
public static dynamic? Parse(string text, Action? reviver = null)

Parameters

text string
reviver Action

Returns

dynamic

Stringify(dynamic, Action?, string)

[To("FirstCharToLowerCase")]
public static string? Stringify(dynamic value, Action? replacer = null, string space = "")

Parameters

value dynamic
replacer Action
space string

Returns

string