json-minify

1.0.0 • Public • Published

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.json

Or pipe from stdin:

curl -s http://foobar3000.com/echo/echo.json | json-minify

wget -qO- http://foobar3000.com/echo/echo.json | json-minify

Installation

npm install -g json-minify

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1,261
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1,261

Package Sidebar

Install

npm i json-minify

Weekly Downloads

722

Version

1.0.0

License

none

Last publish

Collaborators

  • coolaj86