Simple schema-based serialization and deserialization library
Description
An extensible package which can be used to:
- deserialize and validate a data structure composed of strings, mappings,
and lists.
- serialize an arbitrary data structure to a data structure composed of
strings, mappings, and lists.
Python 3 version.