⚡ Dev Tooling Online
/
JSON Sorter
⌘K
JSON Utilities:
JSON Formatter
JSON Schema Generator
JSON Compare
JSON Sorter
JSON Sorter
Sort JSON object keys alphabetically.
A → Z
Z → A
Indent:
2 spaces
4 spaces
Tab
Copy
JSON Input
{ "zebra": 1, "apple": { "cherry": true, "banana": [ 3, 1, 2 ] }, "mango": "fruit" }
Sorted Output
{ "apple": { "banana": [ 3, 1, 2 ], "cherry": true }, "mango": "fruit", "zebra": 1 }