JSONKit
JSONKit copied to clipboard
Custom Objects automatic conversion to Json
It would be great if custom objects can be mapped into JSON automatically. I've done this myself with an categorie for NSObject and using runtime Introspection, i can provide my code if wanted.
For mapping JSON strings in my custom objects i'm using https://github.com/MuhammadHewedy/ObjectMapper with some modifications and for now is working great! Parsing JSON to custom objects and create JSON from custom objects is much faster this way!!
I've made a framework that does the same, but with some cons. Checkout https://github.com/dchohfi/KeyValueObjectMapping