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.tar.gz
(73.9 kB
view details)
File details
Details for the file pyrapidjson-0.3.tar.gz
.
File metadata
- Download URL: pyrapidjson-0.3.tar.gz
- Upload date:
- Size: 73.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4977e5f808fff92e9e5cec1cbba1f807e7daf247d95772b9f6015414310d588b |
|
MD5 | 7aadea3299d296c3005af708856a8201 |
|
BLAKE2b-256 | a13aceb5d3536409ab625467f4fa7be43a82708ee1560044e5c4aff69ad764b9 |