Djibs / parsing-json-feed-snippet

In this snippet, I parse a JSON feed using Swift 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing JSON Feed Snippet

In this snippet, the JSON feed is parsed using structs of type codeable and an instance of URLSession. A sample JSON feed is called from jsonplaceholder.typicode.com.

Tech Specs

  • iOS 12.2
  • Swift 5

About

In this snippet, I parse a JSON feed using Swift 5.


Languages

Language:Swift 100.0%