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
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP5:FactoryCandidates/python-jsonpickle && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
enable_gmpy_test.patch | 0000000363 363 Bytes | |
jsonpickle-3.2.2.tar.gz | 0000327839 320 KB | |
python-jsonpickle.changes | 0000023173 22.6 KB | |
python-jsonpickle.spec | 0000003230 3.15 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1184137
from
Dirk Mueller (dirkmueller)
(revision 18)
- update to 3.2.2: * A bug with the incorrect (de)serialization of NoneType objects has been fixed. (+507) * tests/benchmark.py was updated to avoid Python 2 syntax. (+508) * The unpickler was updated to avoid creating temporary functions. (+508) * Some basic scripts have been made to analyze benchmark results. (+511) * Fix test suite compatibility with Numpy 2.x (+512) * setup.cfg was updated to use license_files instead of license_file.
Comments 0