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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrapidjson-0.1.tar.gz
(28.1 kB
view details)
File details
Details for the file pyrapidjson-0.1.tar.gz.
File metadata
- Download URL: pyrapidjson-0.1.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ac1ae8dfbe9bce4e6a87758c8af4b05946871e7d5cddb6f074f45c8f6c04443
|
|
| MD5 |
cb1922a772702e5c49bbc39ed4a02460
|
|
| BLAKE2b-256 |
064f1c9b9f935b97725b8099ff17601080f6b466fa17d88036423730ee4f2a40
|