2016-07-15

I have created a struct data type. Like below

After that I get JSON data (use Alamofire) from my server and parse to object (by SwiftyJSON. Now, I'd like to store my parsed object locally. I have tried Haneke library but it was complicated. Could you teach me any way to do it, thank you very much.

Show more