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

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 45

  • @jeffstress6460
    @jeffstress6460 14 วันที่ผ่านมา

    Very well and clearly explained. The examples work.

  • @UtkarshRana9999
    @UtkarshRana9999 16 วันที่ผ่านมา

    Didn't know about the special paste! Kudos!

  • @PabloAK47
    @PabloAK47 2 หลายเดือนก่อน

    I just want to thank you so much for putting this video together! I’m very pleased with your explanation and the topics you covered. As a newbie, I found it easy to follow along and understand. Now I’m one step closer to being able to deserialize JSON using C# with the Newtonsoft library.

  • @HaploBartow
    @HaploBartow 7 หลายเดือนก่อน +2

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

  • @venturasatanico13
    @venturasatanico13 8 หลายเดือนก่อน

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

  • @gaganashreen2644
    @gaganashreen2644 4 หลายเดือนก่อน +1

    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.

  • @dugannash9109
    @dugannash9109 3 หลายเดือนก่อน

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

  • @abhinavparashar8135
    @abhinavparashar8135 2 ปีที่แล้ว +1

    Very well documented and explained concepts of Json

  • @darrenmars
    @darrenmars ปีที่แล้ว +2

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

  • @tammikma
    @tammikma ปีที่แล้ว +1

    The special paste json thing makes it so much easier!

  • @SiddarthNair89
    @SiddarthNair89 ปีที่แล้ว

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

  • @elifarsakh9420
    @elifarsakh9420 6 หลายเดือนก่อน

    This video is fire. Thank you !

  • @sayedscaddvision402
    @sayedscaddvision402 2 ปีที่แล้ว +2

    Great Video. 👍🏼

  • @techrelated2417
    @techrelated2417 6 หลายเดือนก่อน

    Excellent series 👏👏

  • @Aethillium
    @Aethillium 7 หลายเดือนก่อน

    Did you apply proper MIT license handling?

  • @Pooja-cj5lg
    @Pooja-cj5lg 10 หลายเดือนก่อน

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

  • @потеем
    @потеем 5 หลายเดือนก่อน

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

  • @robertpopszai7372
    @robertpopszai7372 4 หลายเดือนก่อน +1

    Super, Thanks

  • @qwerty89993
    @qwerty89993 ปีที่แล้ว

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

  • @Akash_B007
    @Akash_B007 6 หลายเดือนก่อน

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

  • @TheCCBoi
    @TheCCBoi ปีที่แล้ว +1

    Thank you so much!

  • @HaploBartow
    @HaploBartow 7 หลายเดือนก่อน

    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
      @HaploBartow 7 หลายเดือนก่อน

      I found I can just continue appending the objects bit by bit beyond "data"... so my code became *desdata.Value.data* [...]

    • @binaryautomation-sdets2336
      @binaryautomation-sdets2336  6 หลายเดือนก่อน

      @@HaploBartow Great

  • @selectionater1888
    @selectionater1888 ปีที่แล้ว

    Thank you! You're a damn legend dude!

  • @himanshu53911
    @himanshu53911 2 ปีที่แล้ว +1

    Very well explained 👍

  • @SubhasreeR-p7w
    @SubhasreeR-p7w 4 หลายเดือนก่อน

    Awesome

  • @ShrishailBhat
    @ShrishailBhat 2 ปีที่แล้ว +1

    Well explained

  • @GamzeTuna-pr5nw
    @GamzeTuna-pr5nw 4 หลายเดือนก่อน

    Thank you

  • @iceb0lt586
    @iceb0lt586 ปีที่แล้ว +1

    thx u