Serpent (previously known as Serializable) is a framework made for creating model objects or structs that can be easily serialized and deserialized from/to JSON. It’s easily expandable and handles all common data types used when consuming a REST API, as well as recursive parsing of custom objects. Designed for use with Alamofire.
It’s designed to be used together with our helper app, the ModelBoiler Model Boiler, making model creation a breeze.
Serpent is implemented using protocol extensions and static typing.
