# JSON Get Name List

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

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.
* **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 %}
