Get json array

from:

[
     [
       {
          "title": "a",
          "url": "b",
          "file_id": "c",
        "website": "d"
        }
      ]
]

to get look like:

 [
   {
      "title": "a",
      "url": "b",
      "file_id": "c",
    "website": "d"
    }
  ]

Hey @aston_he!

Welcome to the community :sparkling_heart:

Did you check the code mentioned here: JavaScript Code Snippets | Docs

This help you with transforming the data :slight_smile:

@aston_he is this data is coming from an HTTP request node?

If so, you might want to check out the ‘Split Into Items’ option:

image

Hey @aston_he,

Did you find a solution? Let us know if you need help :slight_smile: