ToolsCandy

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

  1. Paste valid JSON.
  2. Toggle recursive sort and optional primitive array sorting.
  3. Copy or download alphabetically sorted JSON.

Examples

Sort keys

{"z":1,"a":2,"m":3}
{"a":2,"m":3,"z":1}

FAQ