SwiftyJSONModel icon indicating copy to clipboard operation
SwiftyJSONModel copied to clipboard

Better way to use SwiftyJSON with custom models

Results 3 SwiftyJSONModel issues
Sort by recently updated
recently updated
newest added

Hi, and thanks for the great library! I'm pretty new to all this and trying to map a json result to a Date. I notice you've merged some code adding...

Earlier i used `JSONModel` lib (https://github.com/jsonmodel/jsonmodel) for object c, and now i can not convert `JSONModel` to `SwiftyJSONModel` (for Swift). When i try to add 1 JSONModel property, the compile...