# JSON Get Name List

Retrieves the properties list found in the top level JSON object.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **JSON** <*string*> - The JSON string. Must specify a JSON object at the top level.
* **Target for List** <*string*> - The variable or control to save the list of properties found in the top level JSON object.
* **Target for Item Count** <*numeric*> - The variable or control to save the number of properties found in the top level JSON object.
* **Item Separator** <*numeric*> - This specifies the string used to separate each name returned in the "Target for List" parameter.

{% hint style="info" %}
The returned name list may not be in the original order. The supplied JSON string will be parsed into a JSON structure and according to the platform library that is being used, this parsed object may reorder the object properties.
{% endhint %}


---

# 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-name-list.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.
