charmer
Gorgeous JSON logging.
Install
npm install --save charmer
Use
let charmer = require('charmer');
charmer({"name":"charmer","type":"module","language":"javascript","purpose":"Gorgeous"}, [options]);
// {
"name": "charmer",
"type": "module",
"language": "javascript",
"purpose": "Gorgeous"
}
Options
{
"fetch": "false", // Whether the result should be returned or not. Default: false
"sort": 'asc' || 'desc' // Sort the result, by key. Works recursively.
}
Contribute
fork https://github.com/aichholzer/charmer/