Post

Replies

Boosts

Views

Activity

Reply to json array shows in debugger but can't parse (corrected question)
The solution was to replace this: let newsFeed = try decoder.decode(NewsFeed.self, from: data!) with this: let newsFeed = try decoder.decode([NewsFeed].self, from: data!)
Replies
Boosts
Views
Activity
Mar ’25