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.5.tar.gz
(1.0 MB
view details)
File details
Details for the file pyrapidjson-0.5.tar.gz
.
File metadata
- Download URL: pyrapidjson-0.5.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2054c6963a1f8b64d559546c221591843aafaef53ab892fa7ff8bb7dd34d1c04 |
|
MD5 | 78a27c42861fb0bafaa708196a51ccd4 |
|
BLAKE2b-256 | 310f79e6f328f1144543d4214a7ac4d8a5ee001b3130ff61ad618757fa599c2a |