C# Class DynamicJson.JsonValue

Inheritance: System.Dynamic.DynamicObject
Show file Open project: pieterbreed/Dynamic-Json-for-.NET Class Usage Examples

Private Properties

Property Type Description
ParseANTLRStream JsonValue

Public Methods

Method Description
MakePrintValue ( ) : string
Parse ( Stream stream ) : JsonValue
Parse ( string s ) : JsonValue
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
JsonValue ( JsonValueType type ) : System

Private Methods

Method Description
ParseANTLRStream ( Antlr.Runtime.ANTLRStringStream inputStream ) : JsonValue

Method Details

JsonValue() protected method

protected JsonValue ( JsonValueType type ) : System
type JsonValueType
return System

MakePrintValue() public abstract method

public abstract MakePrintValue ( ) : string
return string

Parse() public static method

public static Parse ( Stream stream ) : JsonValue
stream Stream
return JsonValue

Parse() public static method

public static Parse ( string s ) : JsonValue
s string
return JsonValue

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool