A package for handling json files
Project description
hJson
A package for handling json files
Example :
import hJson
data = hJson.load('example.json')
print(data)
print()
data['test'] = 100
data = hJson.save('example.json', data)
print(data)
print()
check = hJson.check('example.json')
print(check)
Output :
{
'test' : 0
}
{
'test' : 100
}
True
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
py-hJson-1.0.0.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-hJson-1.0.0.tar.gz.
File metadata
- Download URL: py-hJson-1.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec92643b4742bb0c3b63077c186c848d5e0868f87566be3c6e263e518c547d30
|
|
| MD5 |
34706a58a6d2b3dca2220f1b8d9b1739
|
|
| BLAKE2b-256 |
5b91983823b83429091b76161bf3d718d964ca30f828b0513944089c63845429
|
File details
Details for the file py_hJson-1.0.0-py3-none-any.whl.
File metadata
- Download URL: py_hJson-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4fc21295853c9d12d29fb295d241c5102a70dcee0ae7b347b773aafdce9d8c6
|
|
| MD5 |
0093b4a9c02bbf7a46957467571638eb
|
|
| BLAKE2b-256 |
53f272064e357983be20ad29137ab748cb3ccc98a9e635d09b7497d5de161e26
|