Working with JSON in Go - Tutorial

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

● SUBSCRIBE to see more of my Videos & hit that LIKE button to support the channel!

Welcome fellow Gophers! In this tutorial, we are going to be taking a comprehensive look at how we can work with JSON in our Go applications.

JSON, or JavaScript Object Notation, is without a doubt the most popular data format for sending and receiving data across the web. All major languages support the data format by default and Go is no different.

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

I can't tell you how good this video was for me. I came here to understand how to handle JSON in Golang and you've done a wonderful job of explaining it.

clavdamo
Автор

Thank you. You've helped me learn how to unmarshall JSON while I'm on the toilet. Your work is truly great.

clutchmadness
Автор

We need more of this content, mate, you're doing a fantastic job going through these concepts in a simple way!!

necroowl
Автор

I like your videos. I would recommend losing the drawing application on the right, making the vscode font bigger to start with, and do everything from the keyboard (unless something really needs to be diagrammed, of course)

brister
Автор

Awesome ... good to see a great tutorial got a clear idea on creating a JSON structure data ...

bhaskar
Автор

Great video with actual potential usage examples! Thanks!

rogermar
Автор

Great content. Could you increase the font size in your editor ? It was hard to read even on full screen display.

harkirehal
Автор

Very clear tutorial! Love ur accent too lol

mpaujan
Автор

I have a file that has multiple instances of JSON structures. Would I just use the struct to read through the file?

BrauckMan
Автор

I would love an explanation, why I can't use Marshal when the name's of my struct properties is lowercase. Is it because those properties will be private and not accessible from other packages ? or is there more? Thanks for the video its great

codeali
Автор

great explaination !
How do you do to return a list of value like return books.names when you put your unnmarshall into a function?

adrien-barret
Автор

Hi, Thank you for the nice video. Could you please help me to understand how to get the output as Array?

centis
Автор

Thank you very much ..this video is really useful

ARSHABBIR
Автор

Why have we written interface {} there ? What does it mean

daminilanje
Автор

Kindly provide GitHub url as well. Thanks for considering. We love you

vikramravichandran
Автор

great video thanks for sharing.
quick question - what are you using to code and compile in the same place?

sead
Автор

What if I do not know the key's name, but that is a needed information also

mikkratsep
Автор

Came here for working with the arbitrary JSON and that is missing, would have been good to include it here

govindraokulkarni
Автор

Please keep the fonts little larger, not every one will watch on a large monitor, on my small laptop its hardly visible.

PriyankBolia
Автор

Can you make a video about "Create a JSON file with easyjson" ? Thanks

quinguyen