Python extension for jsmn(JSON parser).
Project description
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"}]
Links
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.2.tar.gz
(5.7 kB
view hashes)