Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

p_js_rs-0.0.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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