Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

thinghoo-cn/JsonChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json Checker

  • STATUS: FINISHED.

Check the python dict type via json file.

Install

pip install JsonChecker-Svtter

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

About

Check the python dict type via json file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages