Back to FabImage Studio website
You are here: Start » Filter Reference » System » Json » Json_KeyExistsIn_Array
Module: | FoundationLite |
---|
Checks if a key exists in a JSON array.
Name | Type | Description | |
---|---|---|---|
![]() |
inJson | JsonData | Input JSON data. |
![]() |
inKey | String | Key to check in the array. |
![]() |
outExists | Bool | True if the key exists, false otherwise. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of Json_KeyExistsIn filter group.