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.2.1.tar.gz
(5.7 kB
view details)
File details
Details for the file pyjsmn-0.2.1.tar.gz
.
File metadata
- Download URL: pyjsmn-0.2.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8724a8370c6b92d882e84e8a16414e347c496e9fef4ac1c5a4d4aea06d37c322 |
|
MD5 | 36294bce0f12a6922d843f287705003f |
|
BLAKE2b-256 | 52c6b3a678c14fbe1aacd84070597ee355b6c6577f5f28c952cb3536afa05367 |