Freddy is a JSON parsing library maintained by Big Nerd Ranch. It has three principal benefits:
Type Safety: Helps you work with sending and receiving JSON in a way that prevents runtime crashes.
Idiomatic: Takes advantage of Swift's generics, enumerations, and functional features, without...