Loading DevTools...
Command Palette
Search for tools and actions
JSON Editor
Search
Fullscreen
Settings
Loading tool...
JSON Editor
189 B
12 keys
Depth 3
Format
Minify
Flatten
Copy
Copy TS
Download
Import CSV
Paste Spreadsheet
Templates
Reset
Input
(20 lines)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "users": [ { "id": 1, "name": "John Doe", "email": "john@example.com", "active": true }, { "id": 2, "name": "Jane Smith", "email": "jane@example.com", "active": false } ], "metadata": { "version": "1.0", "count": 2 } }
Viewer
Table
CSV
Path
Expand All
Collapse All
{
"users"
:
[
{
"id"
:
1
,
"name"
:
"John Doe"
,
"email"
:
"john@example.com"
,
"active"
:
true
}
,
{
"id"
:
2
,
"name"
:
"Jane Smith"
,
"email"
:
"jane@example.com"
,
"active"
:
false
}
]
,
"metadata"
:
{
"version"
:
"1.0"
,
"count"
:
2
}
}