JSON Parsing in iOS using Swift

JSON Parsing in iOS using Swift

Hello everyone in this article we are going to see how to parse a JSON response from Web API in iOS app using Swift Codable Protocol.

What is JSON
JSON stands for JavaScript Object Notation.It is an open source data interchange format. It uses human readable text to store and send data. It stores the data in key value pair similar to a Dictionary data structure.

What we are going to build

We are going to build an iOS app which uses Quotes API (type.fit/api/quotes) which returns around 1000 quote...

 •  0 comments  •  flag
Share on Twitter
Published on April 23, 2021 04:18
No comments have been added yet.