Validating and Serializing JSON data into Python object with minimal effort.
Project description
Serial-J
Validating and Serializing JSON data into Python object with minimal effort.
Features
For more detail, please go to documentation page on Github.
- Serialize JSON / Python Dictionary data into Python object based on a compact data
schema
. - Automatically validate every JSON properties defined in the
schema
based on varies additional options specified inschema
. - You are given convenient built-in methods that you can use to convert your data back to JSON encoded string or JSON / Python Dictionary.
- You have the flexibility of defining additional methods in your serializer class that utilize your data in anyway you want.
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 Distribution
serial-j-1.1.2.tar.gz
(5.9 kB
view hashes)