JSON Formatter
Format, validate, and minify JSON. Paste messy JSON and get it cleaned up instantly.
echo '{"a":1,"b":[2,3]}' | curl -X POST -d @- swissarmydev.tools/json
echo '{"a":1}' | curl -X POST -d @- swissarmydev.tools/json?action=minify
Format, validate, and minify JSON. Paste messy JSON and get it cleaned up instantly.