Contents

simplejson 3.19.2

0

Simple, fast, extensible JSON encoder/decoder for Python

Simple, fast, extensible JSON encoder/decoder for Python

Stars: 1631, Watchers: 1631, Forks: 333, Open Issues: 22

The simplejson/simplejson repo was created 13 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 1631 github stars!

How to Install simplejson

You can install simplejson using pip

pip install simplejson

or add it to a project with poetry

poetry add simplejson

Package Details

Author
Bob Ippolito
License
MIT License
Homepage
https://github.com/simplejson/simplejson
PyPi:
https://pypi.org/project/simplejson/
GitHub Repo:
https://github.com/simplejson/simplejson

Classifiers

  • Software Development/Libraries/Python Modules
No  simplejson  pypi packages just yet.

Errors

A list of common simplejson errors.

Code Examples

Here are some simplejson code examples and snippets.

Related Packages & Articles

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

oscpy 0.6.0

A modern and efficient OSC Client/Server implementation

mybad 0.2.0

My friendly error base class - for Python.

matrixprofile 1.1.10

An open source time series data mining library based on Matrix Profile algorithms.

logzero 1.7.0

logzero is a Python package designed to simplify application logging. It provides a pre-configured standard Python logger that can be used directly across your files and modules, making it easy to implement consistent logging throughout your application. The library supports colored terminal output and log file rotation, and it handles Unicode seamlessly. As a standalone library, logzero doesn't have dependencies on other Python packages, making it a lightweight and efficient choice for your logging needs.