Creating a JSON out of an Array

We get an array from an HTTP request. It looks like this:
download (1)

I need to be able to turn it into a JSON so I can address the different objects in this array.

How do I do that?

Welcome to the Make community!

No, you don’t and it doesn’t make sense to turn it into a JSON.

You can already access each array item’s value using the built-in function get with the array item index.

Alternatively you can use an Iterator module with the array.

For more information, see

Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

2 Likes