When Process Array is Selected or Deselected
Example Output When Process Array is Deselected
The following example demonstrates how the Snap displays the output when you deselect the Process array checkbox.
- Configure the REST Get Snap with your desired endpoint and leave the
Process array checkbox deselected.

- Validate the Snap. The Snap displays the data as-is in the output without
parsing the array elements individually.

Example Output When Process Array is Selected
The following example demonstrates how the Snap displays the output when you select the Process array checkbox.
- Configure the REST Get Snap and select the Process
array checkbox.

- Validate the Snap. The Snap parses the JSON input and displays the parsed data
in the output as shown below:

- Verify that the Process array property matches your intended use case before running the pipeline.
- When selected, the Snap parses array elements and outputs them individually.
- When deselected, the Snap outputs the entire JSON array as a single entity.