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

Uploaded Source

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

Hashes for pyrapidjson-0.4.3.tar.gz
Algorithm Hash digest
SHA256 394236970f3ed451866d9af9c18a21c776ef1beb2c4f9217c8b4d4332bbd93f0
MD5 a4a539c0e3415664a15ff98ce5af410b
BLAKE2b-256 23d4e8b5afd8155de126dd82704adbc0330c0d4e3f0d9ee6c697959c1f7854c8

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