/pyjt

Python JSON Toolbox

Primary LanguagePythonISC LicenseISC

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.