JSON Tools

Validate, format, and minify JSON

API Usage

All endpoints accept POST requests with JSON body or raw text.

Validate JSON

curl -X POST http://144.217.72.168/validate -d '{"key": "value"}'

Format JSON

curl -X POST http://144.217.72.168/format -d '{"key":"value"}'

Minify JSON

curl -X POST http://144.217.72.168/minify -d '{
  "key": "value"
}'