Script that validates JSON files and checks for duplicate keys.
Project description
Checks a JSON file for any duplicate keys, which would be ignored by the normal parser.
Inspired by and based off of a python-list mailing list post: <https://mail.python.org/pipermail/python-list/2013-May/660874.html>.
Dependencies:
Python 2.7 or Python 3
Installation:
pip install jsonchecker
Or:
git clone https://github.com/legoktm/jsonchecker.git && cd jsonchecker && python setup.py install
Usage:
jsonchecker file_to_validate.json
jsonchecker directory/of/json/files/
An optional --quiet argument can be passed, and will cause the script to print out a . instead of the full filename for each file scanned. Useful if you plan on checking a large number of files.
The script will exit with a status code of 1 if any duplicate keys are found, 0 if none are.
An optional --values argument can be passed to additionally check for duplicate values within each key. The script will exit with a status code of 1 if there are either duplicate keys or duplicate values are found, 0 if none are.
Released into the public domain.
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
File details
Details for the file jsonchecker-0.8.0.tar.gz
.
File metadata
- Download URL: jsonchecker-0.8.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd1883b13640a5abda36f3829adc69c4b047393f17a4fbb6cee1b6d24b13d540 |
|
MD5 | 284f0c788e958856ea145137708b44d7 |
|
BLAKE2b-256 | 71ab5128e2a3a58ef02adb0bc3d768865db7c881a9defea459bfdab3995e4e51 |