beauty-json

1.0.0 • Public • Published

beauty-json

Display JSON objects with highlight text on the console.

Install

npm i beauty-json

Usage

const { json } = require('beauty-json');

json.log({
  id: 1,
  title: 'Sample todo',
  completed: true,
});

License

MIT

Package Sidebar

Install

npm i beauty-json

Weekly Downloads

16

Version

1.0.0

License

MIT

Unpacked Size

2.29 kB

Total Files

3

Last publish

Collaborators

  • samson.davidoff