Working with a JSON API Array

I love me some JSON!

Here is my approach:
Set APP apiResponse to Get Object From JSON -> Response
For each i in APP apiResponse
FROM idTest SET text TO Generate JSON from Object -> i

That should iterate through the list displaying the JSON for each item. You can progressively parse the results. You might also check out JSON Explorer/Browser see what the results look like.

Feel free to DM me with specific questions. I use JSON almost exclusively for data storage, so I’ve got tons of tips and tricks.

3 Likes