JSON Get Name List

Kalipso - Form - Actions - Actions Description - Group Code - JSON Get Name List

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

Action available for the following operating systems:

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.

circle-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.

Last updated