JSON Playground

Edit, validate and transform JSON with JSONPath queries.

Data
Valid

314 bytes

Loading editor…

{
  "user": {
    "id": "u_1",
    "name": "Ada Lovelace",
    "email": "[email protected]"
  },
  "posts": [
    {
      "id": 1,
      "title": "On computation",
      "likes": 42
    },
    {
      "id": 2,
      "title": "Notes",
      "likes": 18
    }
  ],
  "tags": [
    "math",
    "cs",
    "history"
  ]
}

About this playground

Real-time JSON validation, formatting, JSONPath / JMESPath queries and tree-view exploration of any document.

Related Playground Tools