Minify & Validate JSON
Tip: If JSON is invalid the error will be shown above — fix the syntax and try again.
Validate, minify or pretty-print JSON. Useful for API responses and config files.
Minifying JSON removes whitespace and newlines to reduce payload size. Pretty-printing (the reverse) makes JSON human readable.