Quick help
A few quick notes before you start.
Which JSON format is accepted?
Upload a JSON array of flat objects. Each item should be an object with scalar values like strings, numbers, booleans, or null. Nested objects and arrays are not supported in this first version.
Example JSON input
[
{ "name": "Ada", "active": true },
{ "name": "Linus", "active": false }
]Upload a file
Upload your file and we’ll prepare the result for download.