C# Class Jurassic.Library.JSONObject

Represents the built-in JSON object.
Inheritance: ObjectInstance
Mostra file Open project: paulbartrum/jurassic

Private Methods

Method Description
GetDeclarativeProperties ( ScriptEngine engine ) : List
JSONObject ( ObjectInstance prototype ) : System

Creates a new JSON object.

Parse ( ScriptEngine engine, string text, object reviver = null ) : object
Stringify ( ScriptEngine engine, object value, object replacer = null, object spacer = null ) : string
__STUB__Parse ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Stringify ( ScriptEngine engine, object thisObj, object args ) : object