jjson

1.0.1 • Public • Published

J.JSON

A CLI json beautifier written in 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

Issues and PRs are welcomed!

/jjson/

    Package Sidebar

    Install

    npm i jjson

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.04 kB

    Total Files

    6

    Last publish

    Collaborators

    • xadillax