How to Parse JSON in iOS with Swift Tutorial Part 1 | Code Hangout ESP 68

preview_player
Показать описание

People asked, "Duc, when I download data from the Internet with REST API especially, how can I process the returned JSON Data?"

That's what we'll talk about in the next 3 episodes of Code Hangout: How to Parse JSON in iOS with Swift.

JSON is a lightweight way to format data. In iOS there's a process that you need to know to parse JSON. Let's talk about it in this episode.

**********************
CONNECT WITH DUC
**********************

*************************
CODE HANGOUT SHOW
*************************

Code Hangout is hosted by Duc Tran, founder of Developers Academy.

This is his free-style no notes, no teleprompter presentation and live coding broadcast with you guys everyday.

**********************
CONNECT WITH DUC
**********************

Рекомендации по теме
Комментарии
Автор

Hi duc, do you have some tutorials for firebase integration on swift? Thanks

bernardrayoso
Автор

Very good video! I would recommend making the box you are in smaller so we can see more of the code

allmacosx
Автор

Hi Duc, great tutorial. You explained JSON format very well.

However the one thing i would like to bring to your notice is that the music's volume at the beginning & at the end of the video is very high. You should have kept it low so that viewer's can concentrate on what you are speaking.

Once again thanks for making this great video tutorial..

imsachinraut
Автор

Thank you! It helped me a lot in understanding JSON!

MrRubyxp
Автор

Great Tutorials man, thank you so much :)

jorgedominguez
Автор

Hi Duc..! I'm new on IOS development and Thank You so much for your greate videos..! It helps me a lot. Could You please make a video about using Sqlite on IOS 9. Thanks again.

ThanhTran-flwj
Автор

Thanks duc !
But i have questions
Where to upload json file to use it ?

jackhack
Автор

hey Duc I have been trying to make an app which scrapes data after a login into a portal any tips on how I can show data from a website by parsing the HTML

yoyoma_
Автор

Hello, I was wondering how you did the first two view controllers, I hope, and you can help me

AdrianFlores-edvy
Автор

i am beginner to iPhone can you provide me link of complete tutorials links of your series.

ashishgoel
Автор

Thanks very nice tut. I do not know why you omitted "self.url" in the init function
init(title: String, description: String, thumbnailURL: NSURL, createdAt: String, auther: String )
{
self.title = title
self.description = description
self.thumbnailURL = thumbnailURL
self.createdAt = createdAt
self.auther = auther
}

jeyosman
Автор

Hard to concentrate with the music in the background.

francismcleod
Автор

I'm having a lot of difficulty reading this text file

{"time":6, "type":"word", "start":30, "end":34, "value":"Hola"}
{"time":692, "type":"word", "start":36, "end":40, "value":"Este"}
{"time":991, "type":"word", "start":41, "end":43, "value":"es"}
{"time":1084, "type":"word", "start":44, "end":46, "value":"tu"}
{"time":1211, "type":"word", "start":47, "end":56, "value":"conductor"}

into swift and converting it into json=

{{"time":6, "type":"word", "start":30, "end":34, "value":"Hola"},
{"time":692, "type":"word", "start":36, "end":40, "value":"Este"},
{"time":991, "type":"word", "start":41, "end":43, "value":"es"},
{"time":1084, "type":"word", "start":44, "end":46, "value":"tu"},
{"time":1211, "type":"word", "start":47, "end":56, "value":"conductor"}}

DlVirgin
Автор

Do not add background music next time please. Its hard to concentrate

JayEy
join shbcf.ru