Sort JSON Keys
Sort object keys recursively while preserving array order and values.
Convert in your browser · No sign-up
How to use
- Sort object keys recursively while preserving array order and values.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
{"z":1,"a":2} → {"a":2,"z":1}Details and limitations
Uses Unicode code-unit order, including numeric-looking keys. Maximum nesting depth 80; numbers use JavaScript precision.
Text stays in your browser; it is not sent to a conversion server.
FAQ
Sort JSON Keys — What are the supported inputs and limits?
Uses Unicode code-unit order, including numeric-looking keys. Maximum nesting depth 80; numbers use JavaScript precision.
Related tools
Format references
Tool page updated: