Skip to content

dfishburn/jjson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J.JSON

A CLI json beautify program written by node.js.

Installation

$ npm install jjson -g

Usage

Usage: jjson [options]

Options:
   -f, --file       JSON filename.
   -e, --encoding   JSON file encoding.  [default to utf8]
   -i, --indent     Number of indent for each line.  [default to 2]
   -v, --vim-plugin-mode   Whether it's in VIM plugin mode. (usually use this
           option in vim plugins)

Contribution

You're welcome to fork and push requests!

About

A CLI json beautify program written by node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%