Python library for serializing and deserializing typed Python objets to and from JSON
Project description
jsonstruct is a library for two way conversion of typed Python object and JSON. This project is originally a fork of jsonpickle. The key difference between this library and jsonpickle is that during deserialization, jsonpickle requires Python types to be recorded as part of the JSON. This library intends to remove this requirement, instead, requires a class to be passed in as an argument so that its definition can be inspected. It will then return an instance of the given class. This approach is similar to how Jackson (of Java) works.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
jsonstruct-0.2a1.zip
(41.7 kB
view hashes)
jsonstruct-0.2a1.tar.gz
(29.8 kB
view hashes)
jsonstruct-0.2a1.tar.bz2
(26.7 kB
view hashes)
Built Distributions
jsonstruct-0.2a1.win-amd64.exe
(241.2 kB
view hashes)
Close
Hashes for jsonstruct-0.2a1.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cde6faca89b762c574b9d645ef7e10144f87e14aef774375584851c37461621 |
|
MD5 | 85d588f66bc0ce0d6750cfe21912251d |
|
BLAKE2b-256 | 033983461b63be1b9a22f0a31a0b6823f669599d313b97a8da1cac50d669a0de |