compact-stringify
v1.0.0
Published
A JSON.stringify replacement with more compact and scannable output
Downloads
83
Readme
compact-stringify
A JSON.stringify replacement with more compact and scannable output
Usage
import compactStringify from 'custom-stringify'
const formatted = compactStringify(json)
console.log(formatted)