A JSON document can start with an array.
Section: Valid JSON roots
Root array
json
json
[
{ "id": 1 },
{ "id": 2 }
]Explanation
Arrays are common for list-style payloads and exports.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Valid JSON roots