Skip to content

mattmusc/pyjt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyjt

Python JSON Toolbox: A small program to manipulate JSON

I wrote this program because I needed a tool to reduce the size of a JSON dataset.

usage: pyjt [-h] [-f FILE] [-k KEEP] [-r REMOVE] [-v]

pyjt - Python JSON toolbox

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  A JSON file.
  -k KEEP, --keep KEEP  List of keys to select from the json - comma
                        separated.
  -r REMOVE, --remove REMOVE
                        List of keys to ignore from the json - comma
                        separated.
  -v, --version         Print "pyjt" version.

About

Python JSON Toolbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages