# JSON Get Array Item

Retrieves one item from a JSON array.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAlPVpH3WRwBy16c7JY%2F-MAlQBZuuTnc6hyzKSVQ%2Fimage.png?alt=media\&token=5c9534b7-ca05-4ac4-b408-2207cd5a5295)

### Parameters

* **JSON** <*string*> - The JSON string. Must specify a JSON object at the top level.
* **Item Index** <*numeric*> - The index (1 based) to retrieve.
* **Target of Value** <*string*> - The variable or control to save the property value.
* **Target of Type** <*numeric*> - The variable or control to save the type on the value found on that property. It can be one of:
  * 1\. String
  * 2\. Numeric
  * 3\. Object
  * 4\. Array
  * 5\. Boolean
  * 6\. Null
