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
Release files for pyjsmn 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyjsmn-0.3.tar.gz | 6.1 kB | Details |
Release files / pyjsmn-0.3.tar.gz
| Download URL | pyjsmn-0.3.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3140e2ae14c564e740914c9ebc3c1aa258f3874c47a67abe5b919f25c98a9292
|
|
BLAKE2b-256 checksum How to use checksums |
5263259e4f4aa81ec59493fcfb0e367afa6af1db0fe9c4a23ac6326bf4f48d11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |