Contents

demjson 2.2.4

0

encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159

demjson is a Python language module for encoding, decoding, and syntax-checking JSON data.

Stars: 294, Watchers: 294, Forks: 75, Open Issues: 19

The dmeranda/demjson repo was created 11 years ago and the last code push was 4 years ago.
The project is popular with 294 github stars!

How to Install demjson

You can install demjson using pip

pip install demjson

or add it to a project with poetry

poetry add demjson

Package Details

Author
Deron Meranda
License
GNU LGPL 3.0
Homepage
http://deron.meranda.us/python/demjson/
PyPi:
https://pypi.org/project/demjson/
GitHub Repo:
https://github.com/dmeranda/demjson

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  demjson  pypi packages just yet.

Errors

A list of common demjson errors.

Code Examples

Here are some demjson code examples and snippets.

Related Packages & Articles

anyjson 0.3.3

Wraps the best available JSON implementation available in a common interface

ajsonrpc 1.2.0

Async JSON-RPC 2.0 protocol + server powered by asyncio