0.1.4 • Published 7 years ago

ersatz-compactjson v0.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

ersatz-compactjson

Shim: Render compact JSON even if you cannot use compactjson (for whatever reason, including management decisions).

Usage

var compactJson = require('ersatz-compactjson'),
  data = require('./package.json'),
  jsonText = compactJson(data);
console.log(jsonText);

License

ISC