python-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.
- Developed at devel:languages:python
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-jsonpickle && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
enable_gmpy_test.patch | 0000000363 363 Bytes | |
jsonpickle-3.2.1.tar.gz | 0000325765 318 KB | |
python-jsonpickle.changes | 0000022564 22 KB | |
python-jsonpickle.spec | 0000003230 3.15 KB |
Revision 17 (latest revision is 18)
Ana Guerrero (anag+factory)
accepted
request 1181704
from
Dirk Mueller (dirkmueller)
(revision 17)
- update to 3.2.1: * The ``ignorereserved`` parameter to the private ``_restore_from_dict()`` function has been restored for backwards compatibility. (+501) * Nested dictionaries in `py/state` are now correctly restored when tracking object references. (+501) (#500) * `jsonpickle.ext.numpy.register_handlers` now provides options that are forwarded to the `NumpyNDArrayHandler` constructor. * Fix bug of not handling ``classes`` argument to `jsonpickle.decode` being a dict. Previously, the keys were ignored and only values were used. (+494) * Allow the ``classes`` argument to `jsonpickle.pickle` to have class objects as keys. This extends the current functionality of only having class name strings as keys. (+494) * The ``garden setup/dev`` action and ``requirements-dev.txt`` requirements file now include test dependencies for use during development. * Added support for Python 3.13. (+505) (#504)
Comments 0