FreeBSD.software
Home/devel/py311-jsonpickle

py311-jsonpickle

4.1.1

Python library for serializing any arbitrary object graph into JSON

jsonpickle is a Python library for serialization and deserialization of complex Python objects to and from JSON. The standard Python libraries for encoding Python into JSON, such as the stdlib's json, simplejson, and demjson, can only handle Python primitives that have a direct JSON equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on top of these libraries and allows more complex data structures to be serialized to JSON. jsonpickle is highly configurable and extendable-allowing the user to choose the JSON backend and add additional backends.

Origin: devel/py-jsonpickle
Category: devel
Size: 526KiB
License: BSD3CLAUSE
Maintainer: yuri@FreeBSD.org
Dependencies: 1 packages
Required by: 3 packages
$pkg install py311-jsonpickle

Dependencies (1)

Required By (3 packages)

More in devel