Back to FabImage Studio website
You are here: Start » Filter Reference » System » Json » Json_GetValue_FromArray_Object_OrNil
Module: | FoundationLite |
---|
Gets a value of type Object from a JSON array.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inJson | JsonData | Input JSON data. | |
![]() |
inIndex | Integer | 0 - ![]() |
Index of the value to get from the array. |
![]() |
outObject | JsonData? | Value obtained from the array or nil. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of Json_GetValue_FromArray filter group.