Python Interface for rapidjson(JSON parser and generator).
Project description
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"}]
Links
Project details
Release history Release notifications | RSS feed
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.0.1.tar.gz
(30.0 kB
view details)
File details
Details for the file pyrapidjson-0.0.1.tar.gz
.
File metadata
- Download URL: pyrapidjson-0.0.1.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eda65576933d5d854ccd8132bb609e8118e5f0c3ffe4138b246f438c54c67124 |
|
MD5 | 846a4924ae8e653a920354b0bc43afa7 |
|
BLAKE2b-256 | 2aa43e664833981548940549837a31224787d58ef789c77df63eab3ec84f1649 |