Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xadillax/jjson
- Owner: XadillaX
- License: mit
- Created: 2014-08-22T05:33:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T08:53:24.000Z (about 1 year ago)
- Last Synced: 2024-10-05T01:53:04.128Z (about 1 month ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!