Python Interface 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.3.tar.gz
(6.1 kB
view details)
File details
Details for the file pyjsmn-0.3.tar.gz
.
File metadata
- Download URL: pyjsmn-0.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3140e2ae14c564e740914c9ebc3c1aa258f3874c47a67abe5b919f25c98a9292 |
|
MD5 | ffe4cb49592816b3b346083f34fb7a54 |
|
BLAKE2b-256 | 5263259e4f4aa81ec59493fcfb0e367afa6af1db0fe9c4a23ac6326bf4f48d11 |