Skip to main content

Python Interface for rapidjson(JSON parser and generator).

Project description

Build status

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"}]'
>>>

Project details


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.2.tar.gz (28.1 kB view details)

Uploaded Source

File details

Details for the file pyrapidjson-0.2.tar.gz.

File metadata

  • Download URL: pyrapidjson-0.2.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyrapidjson-0.2.tar.gz
Algorithm Hash digest
SHA256 3bf2c0fb7c93792013f105e83636b718dc59a3e93b526d901abbe68a4eaaccc7
MD5 b450553b735f5473d450e68cf5de056b
BLAKE2b-256 6ff37042fb929a493929acd3a800cf534e4be69a0bb895c53ec8da886b0f009c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page