Today I had to do a little research on the state of JSON mappers in Swift for a new project. I’ve been using a simple JSON library to help me deal with the JSON structure in a safe way, but for this project I had to use something a little more sophisticated like a mapper.

This post describes what I was looking for and the tradeoffs that I was willing to accept. You probably have other requirements so take this text as just one guy’s opinion.

Source: Swift JSON mapping libraries