JSONHelper icon indicating copy to clipboard operation
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...

Results 8 JSONHelper issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement