Skip to content

A package for handling json files

License

Notifications You must be signed in to change notification settings

Tim232/hJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

hJson

A package for handling json files

pip install py-hJson

Example :

importhJsondata=hJson.load('example.json') print(data) print() data['test'] =100data=hJson.save('example.json', data) print(data) print() check=hJson.check('example.json') print(check)

Output :

{'test' : 0 }{'test' : 100 } True 

About

A package for handling json files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages