When I test it, “author” is null. So failed to decode json.
I modified “author” attribute in Article.swift source code as following.
let author: String?
When I test it, “author” is null. So failed to decode json.
I modified “author” attribute in Article.swift source code as following.
let author: String?
Oops.
After I wrote it, I find Later part describes it.
Sorry my hurry.