A Rust-based JSON5 parser for Python
Project description
Jenga
Jenga is a super fast Rust-based Python library for handling JSON5 files. Jenga resembles the API of the built-in json
module, but it has the ability to handle JSON5 files.
Installation
pip install zf-jenga
Usage
import jenga
# Load a JSON5 file
data = jenga.load("data.json5")
# Dump a JSON5 file
jenga.dump(data, "data.json5")
# Load a JSON5 string
data = jenga.loads('{key: 'value'}')
# Dump a JSON5 string
jenga.dumps(data)
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file zf_jenga-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: zf_jenga-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 333.9 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd5384eb9c3b90b511f8e16bdf2652dcae3bf97ea24683560d2f97bce083b9db |
|
MD5 | fc60e212134463fb64a63cc6b09e7529 |
|
BLAKE2b-256 | 7a3d541be2e909fc75a6326be229d86844aa58736e0d756876118103284488cd |