node-json-minify

3.0.0 • Public • Published

JSON-minify

A port of the JSON-minify utility to the JavaScript language (for Node.js).

Overview

JSON-minify minifies blocks of JSON-like content into valid JSON by removing all whitespace and JS-style comments (single-line // and multiline /* .. */).

With JSON-minify, you can maintain developer-friendly JSON documents, but minify them before parsing or transmitting them over-the-wire.

Testing

To run the tests:

npm test

Or:

node tests.js

License

The code and all the documentation are released under the MIT license.

http://getify.mit-license.org/

/node-json-minify/

    Package Sidebar

    Install

    npm i node-json-minify

    Weekly Downloads

    4,960

    Version

    3.0.0

    License

    none

    Unpacked Size

    7.86 kB

    Total Files

    6

    Last publish

    Collaborators

    • getify