Skip to content
/ jsonpp Public

JSON pretty printer with colored output on the shell.

Notifications You must be signed in to change notification settings

panzi/jsonpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

jsonpp

JSON pretty printer with colored output on the shell.

Usage

usage: jsonpp.py [-h] [--color] [--no-color] [--sort-keys] [--escape-slash]
                 [--indent INDENT] [--spaces [INDENT]] [--tabs [INDENT]]
                 [files [files ...]]

positional arguments:
  files

optional arguments:
  -h, --help         show this help message and exit
  --color
  --no-color
  --sort-keys
  --escape-slash
  --indent STRING
  --spaces [COUNT]
  --tabs [COUNT]

About

JSON pretty printer with colored output on the shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages