JSONHelper
JSONHelper copied to clipboard
✌ Convert anything into anything in one operation; JSON data into class instances, hex strings into UIColor/NSColor, y/n strings to booleans, arrays and dictionaries of these; anything you can make se...
README should have three main sections: Installation, Usage, and Development.
Find a more suitable name. We don't just help with JSON data anymore.
It would be awesome to implement serialization of swift objects to JSON strings :+1: Is it possible to do so using this excellent library ? Thank you... ┆Issue is synchronized...
When deserializing, I might pass a completely irrelevant object to init of a deserializable object and they have to handle it. having the option to return nil and say there...