JSON Field Explorer FreePrivate (in‑browser)No signup
Open the app

Extract Fields from JSON Online

Choose your items array and pick dot paths like title or userId. Preview values per item and export CSV. Runs locally for privacy.

Quick start

  1. Paste JSON or drop a .json file.
  2. Choose the items array (your “rows”).
  3. Add dot paths like title, userId, id.
  4. Copy or download CSV.

Sample JSON

{
  "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.

Open this JSON in the app

Fetch real data with cURL

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.

Why this is different

Also see: JSON Path Extractor