Pretty to minified
- { "a": 1 } -> {"a":1}
format validator
Strip whitespace from JSON for compact payloads and env vars.
Parses JSON5 for lenient input.
Outputs standard JSON without whitespace.
All processing stays in-browser.
Minifies structure only; does not validate schemas.