Skip to main content

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


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)

Uploaded Source

Built Distribution

py_hJson-1.0.0-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

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

Hashes for py-hJson-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ec92643b4742bb0c3b63077c186c848d5e0868f87566be3c6e263e518c547d30
MD5 34706a58a6d2b3dca2220f1b8d9b1739
BLAKE2b-256 5b91983823b83429091b76161bf3d718d964ca30f828b0513944089c63845429

See more details on using hashes here.

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

Hashes for py_hJson-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a4fc21295853c9d12d29fb295d241c5102a70dcee0ae7b347b773aafdce9d8c6
MD5 0093b4a9c02bbf7a46957467571638eb
BLAKE2b-256 53f272064e357983be20ad29137ab748cb3ccc98a9e635d09b7497d5de161e26

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page