Contents
Display Legacy Contents

 Print
    JSON Get Name List    
Retrieves the properties list found in the top level JSON object.

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.


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

See also
Samples

 
 
Updated : 12/21/2017 3:27 PM