Skip to content

mightyquinn408/JSONtiddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JSONtiddy

A Mac command line app to tiddy up JSON

OVERVIEW: Adjusts JSON files to compress or expand data, and also provide key sorting.

USAGE: jsontidy [--output <output>] [--force-overwrite] [--prettify] [--sort] <file>

ARGUMENTS:
  <file>                  The filename you want to process.

OPTIONS:
  -o, --output <output>   Writes the output to a file rather than to standard output.
  -f, --force-overwrite   Force overwrite files if they exist already.
  -p, --prettify          Neatly formats the output.
  -s, --sort              Sort keys alphabetically.
  -h, --help              Show help information.

About

A Mac command line app to tiddy up JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages