C# JSON Deserialization | Serialization and Deserialization| Nested Json #4

preview_player
Показать описание
This video talks about how we can Deserialize json using newtonsoft library with c#
As an example we shall take a nested json with arrays

Deserializing json to c# objects

Playlist : Api Test Automation using c# with specflow basics #1
Рекомендации по теме
Комментарии
Автор

Holy Moly, this video is worth the thumbs up for the Paste Special tip alone. That would save me so much time.

HaploBartow
Автор

Thank you so much for making this video It is really helpful. Thanks a lot❤ for sharing about the Paste Special trick it saved much time.

gaganashreen
Автор

great stuff! Paste special just saved me a lot of time

dugannash
Автор

Hi from RUSSIA - your are so pretty !!!!
thanks for your vidio guide - holi moly you really make my day !!!!
its work)))

rsnlerl
Автор

Increhible la explicaciòn del pegado especian del JSON, tu explicaciòn de esa clase me ayudo mucho.! Gracias por compartir tu conocimiento.

venturasatanico
Автор

Very simple for understanding,
great job! keep doing :)

qwerty
Автор

Very well documented and explained concepts of Json

abhinavparashar
Автор

Thanks bro! This is the easiest explanation I have come through.

SiddarthNair
Автор

The special paste json thing makes it so much easier!

tammikma
Автор

Thank you! You're a damn legend dude!

selectionater
Автор

why use newtonsoft as opposed to system.text.json lib?

darrenmars
Автор

After deserializing, why am I getting null for all the keys?

Pooja-cjlg
Автор

Did you apply proper MIT license handling?

Aethillium
Автор

Could you please tell us how can we verify db data and our response data?

Akash_B
Автор

What about when your JSON has another object between the root and "data" like in my case? I have a "Value" object (e.g. after total_pages in your sample JSON, imagine *"Value": { OtherItem1: {}, "data": [{ ... }] }*

HaploBartow