Updated 5 months ago
https://github.com/ijl/orjson
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Updated 6 months ago
jsonpickle
Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.
Updated 5 months ago
https://github.com/mverleg/pyjson_tricks
Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.