News

The "simple" JSON deserializer library options I saw really didn't fit how easy I felt that deserializing to a JSON object should be. Additionally, I wanted to create simple data model classes and ...
lupin uses schemas to create a representation of a python object. A schema is composed of fields which represents the way to load and dump an attribute of an object. Sometimes a list can contain ...