devbench/JSON Formatter
100% client-side

JSON Formatter, Validator & Beautifier

Indent
INPUTpaste or type JSON
1
2
3
4
5
6
7
8
9
10
OUTPUT
$
1{
2 "app": "devkit",
3 "version": "2.4.0",
4 "private": true,
5 "clientSide": true,
6 "features": [
7 "format",
8 "minify",
9 "validate",
10 "tree"
11 ],
12 "limits": {
13 "maxBytes": 5242880,
14 "timeoutMs": 250
15 },
16 "author": {
17 "name": "Ada",
18 "handle": "@ada",
19 "verified": false
20 },
21 "tags": null
22}
valid·13 keys·279 B