JSON Sort Keys — Free & Private
Recursively sort object keys in JSON for stable diffs, canonical output, and readable configs. Optional primitive array sorting.
Your data never leaves your browser
JSON input
Sorted JSON
About this tool
Recursive sortTab/space indentSort arraysDownload JSONFullscreen
How to use
- Paste valid JSON.
- Toggle recursive sort and optional primitive array sorting.
- Copy or download alphabetically sorted JSON.
Examples
Sort keys
{"z":1,"a":2,"m":3}{"a":2,"m":3,"z":1}