About Anaconda Help Download Anaconda
If you were automatically logged out you may need to refresh the page. You're trying to access a page that requires authentication. ×
If you were automatically logged out you may need to refresh the page. You're trying to access a page that requires authentication. ×

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

  • License: GNU LGPL 3.0
  • 34 total downloads
  • Last upload: 9 years and 11 months ago

Installers

pip install

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/rolandohub/simple demjson

Description

The "demjson" module, and the included "jsonlint" script, provide methods for encoding and decoding JSON formatted data, as well as checking JSON data for errors and/or portability issues. The jsonlint command/script can be used from the command line without needing any programming.

Although the standard Python library now includes basic JSON support (which it did not when demjson was first written), this module provides a much more comprehensive implementation with many features not found elsewhere. It is especially useful for error checking or for parsing JavaScript data which may not strictly be valid JSON data.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.17) Legal | Privacy Policy