Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.
Features:
- Validation of full JSON payload
- Parse complex JSON into strongly typed objects
- Support for optional and required values
- Convenient and flexible protocols to define object parsing
- Large object graphs can be parsed into their component objects
- Error aggregation across entire object graph
