Skip to content

mk-pmb/ersatz-compactjson-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shim for when you cannot use compactjson.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published