Retrieves the properties list found in the top level JSON object.
Parameters
JSONstring The JSON string. Must specify a JSON object at the top level.
Target for Liststring The variable or control to save the list of properties found in the top level JSON object.
Target for Item Countnumeric The variable or control to save the number of properties found in the top level JSON object.
Item Separatornumeric 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.