Introducing Qonceptual's new CocoaPod for iOS Json Model Serialization and Deserialization

https://github.com/qonceptual/QJsonable QJsonable Summary In our ReSTful API world, we are constantly passing JSON objects to our api and receiving them back. Constantly serializating these objects to and from json string and dictionaries can be cumbersome and can make your model classes and data services start to fill up with boiler plate parsing code. To solve