C# Class DynamicJson.JsonValueTypes

Afficher le fichier Open project: pieterbreed/Dynamic-Json-for-.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
ALL_TYPE DynamicJson.JsonValueType[]
ARRAY JsonValueType
BOOL JsonValueType
NULL JsonValueType
NUMBER JsonValueType
OBJECT JsonValueType
STRING JsonValueType

Méthodes publiques

Méthode Description
Interpret ( object>.IEnumerable pairs ) : JsonValue>>.IEnumerable
Interpret ( object o ) : JsonValue
Interpret ( object objArray ) : DynamicJson.JsonValue[]

Method Details

Interpret() public static méthode

public static Interpret ( object>.IEnumerable pairs ) : JsonValue>>.IEnumerable
pairs object>.IEnumerable
Résultat JsonValue>>.IEnumerable

Interpret() public static méthode

public static Interpret ( object o ) : JsonValue
o object
Résultat JsonValue

Interpret() public static méthode

public static Interpret ( object objArray ) : DynamicJson.JsonValue[]
objArray object
Résultat DynamicJson.JsonValue[]

Property Details

ALL_TYPE public_oe static_oe property

public static JsonValueType[],DynamicJson ALL_TYPE
Résultat DynamicJson.JsonValueType[]

ARRAY public_oe static_oe property

public static JsonValueType,DynamicJson ARRAY
Résultat JsonValueType

BOOL public_oe static_oe property

public static JsonValueType,DynamicJson BOOL
Résultat JsonValueType

NULL public_oe static_oe property

public static JsonValueType,DynamicJson NULL
Résultat JsonValueType

NUMBER public_oe static_oe property

public static JsonValueType,DynamicJson NUMBER
Résultat JsonValueType

OBJECT public_oe static_oe property

public static JsonValueType,DynamicJson OBJECT
Résultat JsonValueType

STRING public_oe static_oe property

public static JsonValueType,DynamicJson STRING
Résultat JsonValueType