C# Class DynamicJson.JsonObjectType

Inheritance: JsonValueType
Datei anzeigen Open project: pieterbreed/Dynamic-Json-for-.NET

Public Properties

Property Type Description
INSTANCE JsonObjectType

Public Methods

Method Description
GetValue ( object value ) : JsonValue
ValueQualifies ( object value ) : bool

Private Methods

Method Description
JsonObjectType ( ) : System

Method Details

GetValue() public method

public GetValue ( object value ) : JsonValue
value object
return JsonValue

ValueQualifies() public method

public ValueQualifies ( object value ) : bool
value object
return bool

Property Details

INSTANCE public_oe static_oe property

public static JsonObjectType,DynamicJson INSTANCE
return JsonObjectType