- Contents
Interaction Designer REST API Tools Developer's Guide
Array Parser
This REST tool outputs a list of values from an array. This tool parses the name/value pairs and inner JSON alphabetically by name.
Array Parser example
The handler used in the array examples has the following variables:
Variables for array examples
Given the following array, Array Parser returns list of string variables for the names, values, and data types of the array items.
["green", 10, false, {"user":
"johndoe", "admin": false, "uid":
1000,"groups": ["users", "wheel",
"audio", "video"]}, ["Aveeno", "Purell",
"Blistex", "Carmex"]]

