Skip to main content

Python Interface for jsmn(JSON parser).

Project description

Build status

About

pyjsmn is a wrapper for JSMN (minimalistic JSON parser). pyjsmn is not support encoding method(obj->str).

Installation

from pip:

$ pip install pyjsmn

from easy_install:

easy_install -ZU pyjsmn

Requirements

Python2.7.

Usage

basic usage:

>>> import pyjsmn
>>> pyjsmn.loads('[1, 2, {"test": "hoge"}]')
>>> [1, 2, {"test": "hoge"}]

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

pyjsmn-0.3.tar.gz (6.1 kB view hashes)

Uploaded Source

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