Just a tiny tool to sort keys in a json file
Project description
json-sort
Just a tiny tool to sort keys in a json file
Quickstart
First, install json-sort using pip:
sh-4.2$ pip install json-sort
Next, use json-sort-fromfile
or json-sort-fromremote
:
sh-4.2$ json-sort-fromremote http://headers.jsontest.com/ { "Accept": "application/json", "Content-Type": "application/json", "Host": "headers.jsontest.com", "User-Agent": "python-requests/2.10.0", "X-Cloud-Trace-Context": "8de3c28b6c503d26d38c1c7d6111bfa6/11298559371430510765" }
Arguments
To see binaries usage, just set -h
:
usage: json-sort-fromfile [-h] [--output FILE] [--verbose] file positional arguments: file input file optional arguments: -h, --help show this help message and exit --output FILE, -o FILE output file (default: stdout) --verbose increase output verbosity
Example:
sh-4.2$ json-sort-fromfile --verbose --output test2.json ../test.json DEBUG : Checking file: /tmp/test.json DEBUG : Saving to: /tmp/json-sort/test2.json
License
Apache License 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
json-sort-0.1.2.tar.gz
(3.0 kB
view hashes)