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.4.tar.gz
(74.8 kB
view details)
File details
Details for the file pyrapidjson-0.4.tar.gz
.
File metadata
- Download URL: pyrapidjson-0.4.tar.gz
- Upload date:
- Size: 74.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a6c84aeadc3c2ca1a8aa8815a2c3e8acff173a8cbebbbae6d2ff4d8546ff8ed |
|
MD5 | d6548742416b1b246ffcdfd9e77420da |
|
BLAKE2b-256 | cdd1a09fc74a6bc7edff9bc716a82e044c282dca4a619c350ef81824fcd681e3 |