PyJget
A lightweight Python library for fast JSON serialization and deserialization.
Features
- 🚀 Fast and lightweight
- 📦 Pure Python
- 🔧 Easy to use
- 📄 JSON serialization
- 📂 JSON deserialization
Installation
pip install PyJget
Quick Start
import pyjget
data = {
"name": "John",
"age": 25
}
text = pyjget.dumps(data)
print(text)
obj = pyjget.loads(text)
print(obj)
Requirements
- Python 3.8+
License
MIT License
Author
Shaik Abeedali
Release files for PyJget 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyjget-0.1.1.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyjget-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 kB
Release files / pyjget-0.1.1.tar.gz
| Download URL | pyjget-0.1.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
18c6a12c8ac2ac64d6906319cbf17f778ef7342b88575120848bf0a961baba18
|
|
BLAKE2b-256 checksum How to use checksums |
b300b5f63c809d1e86f5e205ac0d3b533c15edda0e353b4f5b043e2a91e479fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.0
|
Release files / pyjget-0.1.1-py3-none-any.whl
| Download URL | pyjget-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
82ea5c5d8843cf97948d16783abc56bc6690a925a6d0a906a75f0f53448f1698
|
|
BLAKE2b-256 checksum How to use checksums |
1f50fd849efde13c789586f11d496988fdd19d1629ba5df6350d08e0575b4c3f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.0
|