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.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / python-jsonpickle
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/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 |
Revision 40 (latest revision is 41)
Dirk Mueller (dirkmueller)
committed
(revision 40)
- 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