Portfolio
JSON Tools
Load example
Clear
Format
Validate
Minify
Diff
Convert
JSONPath
Indent:
2 spaces
4 spaces
Tab
Run
⌘↵
Input
{ "team": "Platform", "updatedAt": "2026-02-14T09:30:00Z", "users": [ { "id": 1, "name": "Ashu", "email": "ashu@example.com", "age": 22, "active": true, "tags": ["backend", "typescript"], "address": { "city": "Vadodara", "country": "IN" } }, { "id": 2, "name": "Amélie", "email": "amelie@example.com", "age": 31, "active": false, "tags": ["design"], "address": { "city": "Lyon", "country": "FR" } }, { "id": 3, "name": "Kenji \"K\" Ito", "age": 27, "active": true, "tags": [], "address": { "city": "Osaka", "country": "JP", "postcode": null } } ], "quota": { "seats": 10, "used": 3, "ratio": 0.3 }, "archived": null }
Output