Choose your items array and pick dot paths like title or userId. Preview values per item and export CSV. Runs locally for privacy.
.json file.title, userId, id.{
"posts": [
{ "userId": 1, "id": 1, "title": "Example Title A", "body": "Lorem ipsum..." },
{ "userId": 1, "id": 2, "title": "Example Title B", "body": "Dolor sit amet..." }
]
}
Fields to try: title, userId, id. Items array: posts.
curl -s https://jsonplaceholder.typicode.com/posts \ -o posts.json # Then drop posts.json into the app
No upload required; everything stays in your browser.
Also see: JSON Path Extractor