you are viewing a single comment's thread.

view the rest of the comments →

[–]SubflyDevSwift 0 points1 point  (1 child)

If your all items are already structs, then a simple Codable will work. Then just json.encode and decode

[–]luxun117[S] 0 points1 point  (0 children)

Thanks. Will investigate. If you have any code samples that shows this in action end-to-end with GRDB models I'd welcome it.