We get an array from an HTTP request. It looks like this:
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?
We get an array from an HTTP request. It looks like this:
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
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 —
parseDate
| Tokens for formatDate