Skip to main content

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.

Jenga is the fastest JSON5 library for Python, and it is 3.5x faster than the next fastest json5 libraries.

Performance

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

MIT 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

zf_jenga-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (334.1 kB view hashes)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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