Skip to main content

Python Interface 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.3.tar.gz (6.1 kB view details)

Uploaded Source

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

Hashes for pyjsmn-0.3.tar.gz
Algorithm Hash digest
SHA256 3140e2ae14c564e740914c9ebc3c1aa258f3874c47a67abe5b919f25c98a9292
MD5 ffe4cb49592816b3b346083f34fb7a54
BLAKE2b-256 5263259e4f4aa81ec59493fcfb0e367afa6af1db0fe9c4a23ac6326bf4f48d11

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