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.4.1.tar.gz
(75.0 kB
view details)
File details
Details for the file pyrapidjson-0.4.1.tar.gz.
File metadata
- Download URL: pyrapidjson-0.4.1.tar.gz
- Upload date:
- Size: 75.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ac686bd358650f4bc1a32057a696e3587a2c955874afb5755c671310b1945a6
|
|
| MD5 |
daba063622fed0d43048d7ac82722f4c
|
|
| BLAKE2b-256 |
cb08a66c183dfaeb135a8c9331bc7df9e9041cd7d91b4945d1548c8d569337c0
|