Serialization formats: JSON and Protobuf

preview_player
Показать описание
When programs want to send data between each other, they have to make it available in a commonly understood format.

Choosing a format for exchanging data is becoming increasingly important the more data you exchange and the more you rely on its consistency.

In this video we will take a look at two popular formats for serializing data - JSON and Protobuf.
Рекомендации по теме
Комментарии
Автор

No word for this knowledge sharing. So simple and to the point in a small video.
Thanks

virendrabhati
Автор

Simple and easy to understand explanation... Thanks for the great video!

nbalagopal
Автор

why not do more videos consistently? you explain really well, and i like to learn more from you

hhellohhello
Автор

yass this is the sort of succinct explanations i was looking for. thanks. subbed 👍🏻

codenocode
Автор

Great video! Best explanation I've seen! Thank you!

douglasemsantos
Автор

Please continue the great work. Waiting for hundreds of videos. Subbed!!!

jagadishcode
Автор

Thanks for the video. It would have been great if you presented the protobuf binary size (51B) and compared it with the JSON (since you explained that the JSON example was 51B)

highradamiel
Автор

Thanks for the video
this helps me a lot for have a better differentiation between JSON and Protobuf.

karlxu
Автор

please keep the good contents going, love your video!

lightmanzheng
Автор

Wow this was excellent mate! Thanks for doing this 👍

AlexeiAnisimov
Автор

Best Regards From México City. Manuel Silva

easyappscompany
Автор

очень круто рассказал все за 5 минут, надеюсь у тебя появится время сделать такое же видео про grpc, потому что они все по 30 минут на ютубе не очень понятны

NormalHuman
Автор

Very well done!! That was a fantastic video.

snamone
Автор

Thanks a lot for taking time to explain

motyar
Автор

Amazing job. Subscribed.

1) how do you send pictures in protobuf?
2) Why not use protobuf for web applications, as there is a JS implementation?

LetsBeHuman
Автор

Json string doesn't represent numbers as ASCII character?

yoelfaivelzon
Автор

i subscribe this because how good this explanation

Jojo-podx
Автор

Need help on converting proto Api file into swagger json?

tdvoqrd
Автор

If you are using JSON a lot, then DeltaJSON is really useful for compare, merge and patch.

markthomas
Автор

I can not compute Json massive 51
4 byte integer
19 byte character
Where is my 28 byte?? Can you explain?

huyvole