json-nice
Advanced tools
Weekly downloads
Readme
$ npm install json-nice
var format = require('json-nice');
console.log(format(obj));
Rendering can be customized by adding options:
var options = {
indent: '\t' // indent using tab
};
format(obj, options);
FAQs
JSON Formatter
The npm package json-nice receives a total of 497 weekly downloads. As such, json-nice popularity was classified as not popular.
We found that json-nice demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.