Method | Description | |
---|---|---|
BoolValue ( this jsonValue, string key ) : bool | ||
DateValue ( this json, string key ) : System.DateTime | ||
IntValue ( this json, string key ) : int | ||
ListValue ( this jsonValue, string key ) : List |
||
NullIntValue ( this json, string key ) : int? | ||
NullableDateValue ( this json, string key ) : DateTime? | ||
StringValue ( this jsonValue, string key ) : string | ||
ToJsonArray ( this |
public static BoolValue ( this jsonValue, string key ) : bool | ||
jsonValue | this | |
key | string | |
return | bool |
public static DateValue ( this json, string key ) : System.DateTime | ||
json | this | |
key | string | |
return | System.DateTime |
public static IntValue ( this json, string key ) : int | ||
json | this | |
key | string | |
return | int |
public static ListValue ( this jsonValue, string key ) : List |
||
jsonValue | this | |
key | string | |
return | List |
public static NullIntValue ( this json, string key ) : int? | ||
json | this | |
key | string | |
return | int? |
public static NullableDateValue ( this json, string key ) : DateTime? | ||
json | this | |
key | string | |
return | DateTime? |
public static StringValue ( this jsonValue, string key ) : string | ||
jsonValue | this | |
key | string | |
return | string |
public static ToJsonArray ( this |
||
list | this |
|
return | JsonArray |