Skip to main content

Python extension 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.1.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file pyjsmn-0.1.tar.gz.

File metadata

  • Download URL: pyjsmn-0.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyjsmn-0.1.tar.gz
Algorithm Hash digest
SHA256 060de095925955f69f2c8f690a54c7e21cbe8550ede27fb7d4290175055ea76c
MD5 8cdbb4e493236a6cbf7fe485c6a2580e
BLAKE2b-256 d9f880a1c801f833c2922aa59f1274a99ce7d43ecbb3256208c3cd0ac3672740

See more details on using hashes here.

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