Validate, format, and minify JSON
All endpoints accept POST requests with JSON body or raw text.
curl -X POST http://144.217.72.168/validate -d '{"key": "value"}'
curl -X POST http://144.217.72.168/format -d '{"key":"value"}'
curl -X POST http://144.217.72.168/minify -d '{
"key": "value"
}'