A package for working with JSON files
Project description
PJS
PJS is a utility class for writing and reading JSON data in Python.
Example Usage
from p_js import PJS
data = {"key": "value"}
# Write compressed data
PJS.write_compressed_data(data, "output")
# Read compressed data
read_data = PJS.read_compressed_data("output")
print(read_data)
# Github
https://github.com/Rajveer-Singh8124/P_JS
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
p_js_rs-0.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file p_js_rs-0.0.1.tar.gz
.
File metadata
- Download URL: p_js_rs-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dce9f8b1ffd0c0279d93b64e66e2bb438104c22298a846a139d345015e387d87
|
|
MD5 |
337d337aae1277cf74eb0da73e4192b9
|
|
BLAKE2b-256 |
485fd50d7ea04dd9642fd1946e8590d8b85080369a5f3fddb238798442069bd2
|
File details
Details for the file p_js_rs-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: p_js_rs-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
81422adbef65d63bf81a04a90d1cfc7a269ebe549c5bec119cb97352db5499a4
|
|
MD5 |
76e60e2b79657b8deb75b58a7b84bc0d
|
|
BLAKE2b-256 |
86a7d559145fc3bb51d607d85d50680af4387836d47f6c9ec5994e20ff901447
|