Skip to main content

Just a tiny tool to sort keys in a json file

Project description

https://travis-ci.org/cdumay/json-sort.svg?branch=master

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


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.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page