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"}] >>> rapidjson.dumps([1, 2, {"foo": "bar"}]) '[1,2,{"foo":"bar"}]' >>>
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.3.1.tar.gz
(74.0 kB
view details)
File details
Details for the file pyrapidjson-0.3.1.tar.gz
.
File metadata
- Download URL: pyrapidjson-0.3.1.tar.gz
- Upload date:
- Size: 74.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9b307b033c13eb2692e763560b6bd51e0fb53545e15c048be1f7d6fe1cbc9c1 |
|
MD5 | 4bcc1c83f6e5c6f25ddfebd493dbc3c9 |
|
BLAKE2b-256 | 16ea5bafa796563c88f28a68bc3bccf1f747489b30a8fa51330817fbeb251578 |