Back to Browse

Parse string field JSON API response to the right data type | Hindi Tutorial

2.6K views
Dec 25, 2022
15:14

Sometimes API developers return JSON response where every field is of the type string and to parse string JSON API response iOS developers create a api response model where every property is declared of the type string and that's a bad approach as it does more harm than good. In this video we will explore how we can parse string JSON API response in Swift by setting the right data type Given are the content of the video 0:00 introduction 0:16 problem statement 1:38 convincing the api devs 2:40 coding keys and decodable init function 3:09 code walkthrough 4:41 parsing string field json 5:22 setting the right data type 6:40 decodable init function 8:08 manual mapping 9:55 date manual mapping 11:09 mapping result 11:47 use of force unwrapping (crash operator) 13:49 trade-offs of manual mapping 14:45 concrete solution 15:00 subscribe like and share ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ✅ Subscribe to the channel and stay ahead of everyone by following the right way for writing clean code in swift. 🔥🔥🔥🔥🔥 🔗Click on the link to subscribe: https://www.youtube.com/c/codecat?sub_confirmation=1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Video links mentioned 1. Don't define everything as string: https://youtu.be/Q4rJnFx684M 2. Manual decoding: https://youtu.be/oiDE_fQ8Xvc 3. JSON Parsing (Coding keys): https://youtu.be/RiuvxmoU37E ----------------------------------------------------------------------------------------------------------------------- 📥 Download the source code from Github: https://github.com/codecat15/Youtube-tutorial/tree/master/DecodeStringResponse ----------------------------------------------------------------------------------------------------------------------- ############################################ Connect with me on social media Instagram: codecat15 📧: [email protected] 🐦: https://twitter.com/codecat15 Facebook: https://www.facebook.com/code.cat.792 Github: https://github.com/codecat15 ########################################### #swiftApiTutorial #swiftTutorial #iostutorial

Download

0 formats

No download links available.

Parse string field JSON API response to the right data type | Hindi Tutorial | NatokHD