historia.vg / Tools / JSON
Paste JSON, pick your options, and copy the result. Sort keys orders object keys recursively.
Not valid JSON.
Format JSON with jq. Add -S to sort keys or --indent 4 for four-space indentation.
jq '.' input.json
Install:
sudo pacman -S jq
sudo apt install jq