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.3.tar.gz
(75.4 kB
view details)
File details
Details for the file pyrapidjson-0.4.3.tar.gz
.
File metadata
- Download URL: pyrapidjson-0.4.3.tar.gz
- Upload date:
- Size: 75.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 394236970f3ed451866d9af9c18a21c776ef1beb2c4f9217c8b4d4332bbd93f0 |
|
MD5 | a4a539c0e3415664a15ff98ce5af410b |
|
BLAKE2b-256 | 23d4e8b5afd8155de126dd82704adbc0330c0d4e3f0d9ee6c697959c1f7854c8 |