beauty-json
v1.0.0
Published
Display JSON objects with highlight text on the console
Downloads
160
Maintainers
Readme
beauty-json
Display JSON objects with highlight text on the console.
Install
npm i beauty-jsonUsage
const { json } = require('beauty-json');
json.log({
id: 1,
title: 'Sample todo',
completed: true,
});License
MIT
