# JSON Get Array Item

Retrieves one item from a JSON array.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-code-flow/json-get-array-item.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
