Check the python dict type via json file.
Project description
Json Checker
- STATUS: FINISHED.
Check the python dict type via json file.
Usage
from json_checker import json_checker
# compare between file and python dict
is_equal, msg = json_checker.check_from_file('example.json', {"a": 1, "b": 2})
# compare between two dicts
is_equal, msg = json_checker.structure({"a": 1, "b": 2}, {"a": 1, "b": 2})
LICENCE
MIT
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
Built Distribution
Close
Hashes for JsonChecker_Svtter-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31644142f092530c0411a20ff3e8c2aec6aef77af3af8dcbdc104905f89946b6 |
|
MD5 | 7baec6e3eccabee14003d4e64285053a |
|
BLAKE2b-256 | 251312127e4814c5afbdc9c6fd3403445d618d4888bd10901bc91a5d95a183f9 |