Skip to main content

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


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)

Uploaded Source

jsonstruct-0.2a1.tar.gz (29.8 kB view hashes)

Uploaded Source

jsonstruct-0.2a1.tar.bz2 (26.7 kB view hashes)

Uploaded Source

Built Distributions

jsonstruct-0.2a1.win-amd64.exe (241.2 kB view hashes)

Uploaded Source

jsonstruct-0.2a1.linux-x86_64.tar.gz (29.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page