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.5.1.tar.gz (1.0 MB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pyrapidjson-0.5.1.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyrapidjson-0.5.1.tar.gz
Algorithm Hash digest
SHA256 37cd665a1e2e60b96741f9800013b53af6425b2ef4a6ed333036783f5edb0c6b
MD5 8f39526737ec7987ab20c1b31e87e567
BLAKE2b-256 65323506e6477d7a3f1f6f72588466e0c4f984aed9788c18ee1d8503e974d79c

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