Metadata-Version: 2.1
Name: serial-j
Version: 1.0.9
Summary: Validating and Serializing JSON data into Python object with minimal effort.
Home-page: https://github.com/JunpuFan/serial-j
Author: Junpu Fan
Author-email: junpufan@me.com 
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Serial-J
Validating and Serializing JSON data into Python object with minimal effort. 

## Features 
For more detail, please go to [documentation page on Github](https://github.com/JunpuFan/serial-j).
   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 additiona options specified above.
   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 `SerialJ` serializer class that utilize your `JSON` data in anyway you want.


