
Research
SAP CAP npm Packages Hit by Mini Shai-Hulud Supply Chain Attack
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
morejson
Advanced tools
morejson #########
|PyPI-Status| |PyPI-Versions| |Build-Status| |Codecov| |LICENCE|
morejson is a drop-in replacement for Python's json that handles additional built-in Python types.
.. code-block:: python
import morejson as json import datetime
json.dumps({'now': datetime.datetime.now()}) json.dumps({'set': set([1,2]), 'complex': complex(32, -4)})
.. contents::
.. section-numbering::
Install morejson with:
.. code-block:: bash
pip install morejson
morejson implements the exact same API as Python's built-in json module; the dump, dumps, load and loads methods wrap around their json counterparts without changing their interface, while any other function or attribute is left unchanged.
You can use any argument of these methods, including default, cls and object_hook; morejson will wrap around any kind of custom behaviour you provide, giving it priority over morejson's encoding or decoding, and allowing you to use it with any custom JSON encoding/decoding code you have.
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.
Clone:
.. code-block:: bash
git clone git@github.com:shaypal5/morejson.git
Install in development mode with test dependencies:
.. code-block:: bash
cd morejson pip install -e ".[test]"
To run the tests, use:
.. code-block:: bash
nosetests --cover-erase --with-coverage --cover-package=morejson -d
This project is documented using the numpy docstring conventions, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings (in my personal opinion, of course). When documenting code you add to this project, please follow these conventions.
.. _numpy docstring conventions: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
.. _these conventions: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
Created by Shay Palachy (shay.palachy@gmail.com).
Inspired by a great Github gist by abhinav-upadhyay: https://gist.github.com/abhinav-upadhyay/5300137
.. |PyPI-Status| image:: https://img.shields.io/pypi/v/morejson.svg :target: https://pypi.python.org/pypi/morejson
.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/morejson.svg :target: https://pypi.python.org/pypi/morejson
.. |Build-Status| image:: https://travis-ci.org/shaypal5/morejson.svg?branch=master :target: https://travis-ci.org/shaypal5/morejson
.. |LICENCE| image:: https://img.shields.io/pypi/l/morejson.svg :target: https://pypi.python.org/pypi/morejson
.. |Codecov| image:: https://codecov.io/github/shaypal5/morejson/coverage.svg?branch=master :target: https://codecov.io/github/shaypal5/morejson?branch=master
FAQs
Wraps Python json, supporting more Python built-in types.
We found that morejson demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.