JSONCodable
JSONCodable copied to clipboard
Hassle-free JSON encoding and decoding in Swift
Results
22
JSONCodable issues
Sort by
recently updated
recently updated
newest added
_Preface: I've looked at a whole bunch of different JSON libraries for [a talk](https://vimeo.com/152054122) I gave last week on JSON parsing in Swift. The talk was partly about different libraries,...
Most of the times the default implementation of toJSON() is great, so you don't need to implement that function. Anyway if you want to change the name of just one...