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.2.1.tar.gz (5.7 kB view details)

Uploaded Source

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

Hashes for pyjsmn-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8724a8370c6b92d882e84e8a16414e347c496e9fef4ac1c5a4d4aea06d37c322
MD5 36294bce0f12a6922d843f287705003f
BLAKE2b-256 52c6b3a678c14fbe1aacd84070597ee355b6c6577f5f28c952cb3536afa05367

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