About
pyrapidjson is a wrapper for rapidjson (JSON parser/generator).
Installation
from pip:
$ pip install pyrapidjson
from easy_install:
easy_install -ZU pyrapidjson
Requirements
Python2.7+
Usage
basic usage:
>>> import rapidjson
>>> rapidjson.loads('[1, 2, {"test": "hoge"}]')
>>> [1, 2, {"test": "hoge"}]
>>> rapidjson.dumps([1, 2, {"foo": "bar"}])
'[1,2,{"foo":"bar"}]'
>>>
Links
Release files for pyrapidjson 0.5.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 | |
|---|---|---|---|
| pyrapidjson-0.5.1.tar.gz | 1.0 MB | Details |
Release files / pyrapidjson-0.5.1.tar.gz
| Download URL | pyrapidjson-0.5.1.tar.gz |
|---|---|
| Size | 1.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
37cd665a1e2e60b96741f9800013b53af6425b2ef4a6ed333036783f5edb0c6b
|
|
BLAKE2b-256 checksum How to use checksums |
65323506e6477d7a3f1f6f72588466e0c4f984aed9788c18ee1d8503e974d79c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |