FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

getify/JSON.minify at javascript · GitHub

 
 

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-minify

A port of the JSON-minify utility to the JavaScript language.

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 in the browser, open tests.html.

To run the tests from the command line (with node):

cat minify.json.js tests.js | node

License

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

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

About

Simple minifier for JSON to remove comments and whitespace

Resources

Stars

417 stars

Watchers

17 watching

Forks

Releases

Packages

Used by

Contributors


Back | FazBrowse Home | New Git URL