json-nice

1.1.0 • Public • Published

JSON Formatter

Usage

$ npm install json-nice
var format = require('json-nice');
 
console.log(format(obj));

Options

Rendering can be customized by adding options:

var options = {
  indent: '\t' // indent using tab
};
 
format(obj, options);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    3,067
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    3,067
  • 1.0.1
    4
  • 1.0.0
    2

Package Sidebar

Install

npm i json-nice

Weekly Downloads

1,843

Version

1.1.0

License

ISC

Last publish

Collaborators

  • jerrysievert