Back to Feed
Video youtube

Parsing JSON: SwiftyJSON, Freddy, & Gloss | Swift 3, Xcode 8

Today we go over how to parse JSON in SwiftyJSON, Freddy, and Gloss using Swift 3. This is a step by step tutorial that will explain the differences in parsing the same JSON response using each of the 3 frameworks. SwiftyJSON, Freddy, and Gloss all aim to make parsing JSON easier for users, but each has their advantages and disadvantages along with differences in syntax.

Most modern apps require networking requests so the user can retrieve dynamic content; this is usually done by sending and re

Watch on YouTube