Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xadillax/jjson

A CLI json beautify program written by node.js.
https://github.com/xadillax/jjson

Last synced: 28 days ago
JSON representation

A CLI json beautify program written by node.js.

Awesome Lists containing this project

README

        

# J.JSON

A CLI json beautifier written in Node.js.

## Installation

```shell
$ 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!