Stdout JSON in your terminal with colors. This package has been created to stdout clean and beautiful JSON in the SlimIO CLI.
- Node.js v16 or higher
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i @topcli/pretty-json
# or
$ yarn add @topcli/pretty-json
import prettyJSON from "@topcli/pretty-json";
prettyJSON({
foo: "bar",
hello: "world!",
arr: [1, 2, 3]
});
It will produce the following stdout:
Stdout a given JSON Object (Plain Object, Objects Prototype of Object or Array).
Name | Refactoring | Security Risk | Usage |
---|---|---|---|
@slimio/is | Minor | Low | Type checker |
kleur | Minor | Low | TTY color |
MIT