Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

demjson

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demjson

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

  • 2.2.4
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc