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: 296, Watchers: 296, Forks: 75, Open Issues: 19

The dmeranda/demjson repo was created 11 years ago and the last code push was 3 years ago.
The project is popular with 296 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

canmatrix 1.0

865 Stars :star: Stars: 865, Watchers: 865, Forks: 381, Open Issues: 46 The ebroecker/canmatrix repo was created 11 years ago and the last code push was 2 weeks ago. The project is popular with 865 github stars! How to Install canmatrix You can install canmatrix using pip pip install canmatrix or add it to a project with poetry poetry add canmatrix Package Details Author License BSD Homepage http://github.com/ebroecker/canmatrix PyPi: https://pypi.

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