antonmedv / prettyjson

🧢 Pretty print JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧢 PrettyJSON

Build Status

Pretty JSON printer for fx

2018-06-26 22 11 50

Install

npm install @medv/prettyjson

Usage

const print = require('@medv/prettyjson')

const value = {...}

console.log(print(value))

License

MIT

About

🧢 Pretty print JSON

License:MIT License


Languages

Language:JavaScript 100.0%