1.0.0 • Published 14 years ago
json-minify v1.0.0
Minify JSON
The opposite of Pretty-Print JSON; For all the times you want to rid of whitespace.
{
    "foo": "bar"
}becomes
{"foo":"bar"}Usage
Specify a file:
json-minify /path/to/data.jsonOr pipe from stdin:
curl -s http://foobar3000.com/echo/echo.json | json-minify
wget -qO- http://foobar3000.com/echo/echo.json | json-minifyInstallation
npm install -g json-minify1.0.0
14 years ago