Package Exports
- json-colorizer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (json-colorizer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
json-colorizer
A library for colorizing JSON strings
This package is a simple console syntax highlighter for JSON.
Installation
npm install --save json-colorizer
Usage
var colorize = require('json-colorizer');
console.log(colorize( { "foo": "bar" });