Extended "python -mjson.tool"
Project description
This module is extended “python -mjson.tool”.
Install
$ pip install mjson
How to use
Same the original
$ echo '{"a":1,"b",2}' | mjson
{
"a": 1,
"b": 2
}
Change indents
$ echo '{"a":1,"b",2}' | mjson -i 2
{
"a": 1,
"b": 2
}
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
mjson-0.3.0.tar.gz
(1.9 kB
view details)
Built Distribution
mjson-0.3.0-py2.7.egg
(4.5 kB
view details)
File details
Details for the file mjson-0.3.0.tar.gz
.
File metadata
- Download URL: mjson-0.3.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e51bdcf7c2b0d89f310d91b3b11ea1879f3edb6df5004b946a57d167d3a01550
|
|
MD5 |
41a89f7716bcf62a8994c4f97e1ca460
|
|
BLAKE2b-256 |
4f2dc07df03cbdd422b531013e282a4136267dad616b3a48670b087824d55958
|
File details
Details for the file mjson-0.3.0-py2.7.egg
.
File metadata
- Download URL: mjson-0.3.0-py2.7.egg
- Upload date:
- Size: 4.5 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
39f28ac85ffce529c2ec0d10c97bee646562072daf94429cdf4d6e320cb0739a
|
|
MD5 |
571d4642e6df6d539a610ef95951e8af
|
|
BLAKE2b-256 |
7537b6b8757f7c796e710ae6a4e555be655863e5d05282139ab09fc4731aa1c5
|