Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today. Learn more →
Jsonpickle Alternatives
Similar projects and alternatives to jsonpickle
-
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
-
-
-
-
msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
dataconf
Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict/cli support.
jsonpickle discussion
jsonpickle reviews and mentions
-
Show HN: Mutuple – Replace items in Python's "immutable" tuples
While I mostly wrote `mutuple` for fun, it's also a proof of concept for solving a tricky pickling problem in the jsonpickle[1] library: restoring object graphs that contain tuples with back-references to the same tuple.
I'm pretty sure there are better ways of handling this edge case, but, hey, it works and was a pretty fun experiment.
[1] https://github.com/jsonpickle/jsonpickle/pull/491
-
For fun, I created a library to serialize / deserialize any python object into JSON
How it's different than jsonpickle?
-
Thoughts on custom implementation around 3rd party libraries?
One specific use case that I've encountered was with the jsonpickle library where we inherit from the pickler and change a lot of the internal methods.
-
A note from our sponsor - Scout Monitoring
www.scoutapm.com | 15 Oct 2024
Stats
jsonpickle/jsonpickle is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of jsonpickle is Python.