You are here: Start » Filter Groups » Json_GetValue_FromObject
Json_GetValue_FromObject
Description
Gets a value from a JSON object.
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
Bool | Json_GetValue_FromObject_Bool | Gets a value of type Bool from a JSON object. |
![]() |
BoolOrNil | Json_GetValue_FromObject_Bool_OrNil | Gets a value of type Bool from a JSON object or nil. |
![]() |
Int64 | Json_GetValue_FromObject_Int64 | Gets a value of type Int64 from a JSON object. |
![]() |
Int64OrNil | Json_GetValue_FromObject_Int64_OrNil | Gets a value of type Int64 from a JSON object or nil. |
![]() |
Uint64 | Json_GetValue_FromObject_Uint64 | Gets a value of type Uint64 from a JSON object. |
![]() |
Uint64OrNil | Json_GetValue_FromObject_Uint64_OrNil | Gets a value of type Uint64 from a JSON object or nil. |
![]() |
Double | Json_GetValue_FromObject_Double | Gets a value of type Double from a JSON object. |
![]() |
DoubleOrNil | Json_GetValue_FromObject_Double_OrNil | Gets a value of type Double from a JSON object or nil. |
![]() |
String | Json_GetValue_FromObject_String | Gets a value of type String from a JSON object. |
![]() |
StringOrNil | Json_GetValue_FromObject_String_OrNil | Gets a value of type String from a JSON object or nil. |
![]() |
Array | Json_GetValue_FromObject_Array | Gets a value of type Array from a JSON object. |
![]() |
ArrayOrNil | Json_GetValue_FromObject_Array_OrNil | Gets a value of type Array from a JSON object or nil. |
![]() |
Object | Json_GetValue_FromObject_Object | Gets a value of type Object from a JSON object. |
![]() |
ObjectOrNil | Json_GetValue_FromObject_Object_OrNil | Gets a value of type Object from a JSON object or nil. |