JSON Sort Keys
Sort object keys alphabetically (deep) for stable diffs and lockfiles. Arrays preserve their order.
100% in your browser. Files never uploaded.
{
"address": {
"city": "Doha",
"zip": "11111"
},
"age": 30,
"name": "Alice",
"tags": [
"b",
"a",
"c"
]
}How to use
- 1Paste JSONObject keys are sorted alphabetically, recursively.
- 2Pick indent2 or 4 spaces.
- 3CopyUseful for stable diffs and lockfiles.