Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 708 Bytes

Pypi.md

File metadata and controls

9 lines (8 loc) · 708 Bytes

Serial-J

Validating and Serializing JSON data into Python object with minimal effort.

Features

For more detail, please go to documentation page on Github.

  1. Serialize JSON / Python Dictionary data into Python object based on a compact data schema.
  2. Automatically validate every JSON properties defined in the schema based on varies additional options specified in schema.
  3. You are given convenient built-in methods that you can use to convert your data back to JSON encoded string or JSON / Python Dictionary.
  4. You have the flexibility of defining additional methods in your serializer class that utilize your data in anyway you want.