You are here: Start » Filter Groups » Json_GetValue_FromJsonData

Json_GetValue_FromJsonData

Description

Gets a value from JSON data.

Filters in this group

Icon Name Filter Name Description
Bool Json_GetValue_FromJsonData_Bool Gets a value of type Bool from JSON data.
BoolOrNil Json_GetValue_FromJsonData_Bool_OrNil Gets a value of type Bool from JSON data or nil.
Int64 Json_GetValue_FromJsonData_Int64 Gets a value of type Int64 from JSON data.
Int64OrNil Json_GetValue_FromJsonData_Int64_OrNil Gets a value of type Int64 from JSON data or nil.
Uint64 Json_GetValue_FromJsonData_Uint64 Gets a value of type Uint64 from JSON data.
Uint64OrNil Json_GetValue_FromJsonData_Uint64_OrNil Gets a value of type Uint64 from JSON data or nil.
Double Json_GetValue_FromJsonData_Double Gets a value of type Double from JSON data.
DoubleOrNil Json_GetValue_FromJsonData_Double_OrNil Gets a value of type Double from JSON data or nil.
String Json_GetValue_FromJsonData_String Gets a value of type String from JSON data.
StringOrNil Json_GetValue_FromJsonData_String_OrNil Gets a value of type String from JSON data or nil.