JSON Sort Keys
Recursively sort JSON object keys (arrays preserved) for stable diffs.
AdSense
Top banner
JSON input
Sorted
{
"a": {
"c": 3,
"d": 2
},
"arr": [
{
"y": 2,
"z": 1
}
],
"b": 1
}AdSense
Mobile inline (between input and results)