C# Tutorial: JSON Parsing

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • In this lesson I go over JSON parsing and how to use it.

Комментарии • 32

  • @muzyarrad838
    @muzyarrad838 3 года назад +5

    Bro hands down! I've been searching for a tutorial for a simple GET request with c# for hours.
    Yours is by far the best!
    Even Microsoft's documentation sucked!

    • @ianschoenrock2285
      @ianschoenrock2285  3 года назад +1

      I really appreciate the love thanks so much!

    • @marindraganov8765
      @marindraganov8765 3 года назад +6

      Pal, do you know that joke:
      A helicopter got lost in a fog somewhere in Seattle. Finally the pilot saw a tower building and he thought: "I am going to message the guys in the tower and they will tell me where I am." So he messaged them "Where am I?" and the answer he got was: "You are in a helicopter!".
      The pilot said to himself: "This should be Microsoft's tower because their response is like their help files: true but USELESS!"

    • @muzyarrad838
      @muzyarrad838 3 года назад

      @@marindraganov8765 Hahaha! True dat!

    • @yangli7474
      @yangli7474 Год назад

      ​@@marindraganov8765 looking at their documents like looking a big and old dictionary, some words are forcibly spliced together lol

  • @unclecavi1329
    @unclecavi1329 Год назад

    you' re genius, why didn't I find you three hours ago. Thanks, mate

  • @snehijob
    @snehijob 3 года назад +1

    I do not usually comments, but I really like your educational videos... Really helpful in JSON

  • @lor3nzo37
    @lor3nzo37 4 года назад +4

    Straight forward and simple. Great tutorial

  • @jigneshvyas3105
    @jigneshvyas3105 Год назад

    Thank you very much for simplifying this. Love your videos.

  • @nialzinth
    @nialzinth 4 года назад +1

    Needed a quick video regarding reading .json files. This did the job well.

  • @didierfolly
    @didierfolly 3 года назад +1

    Thanks Ian for the video. It's exactly what I was looking for.

  • @simonroyjonesuk
    @simonroyjonesuk Год назад

    Really helpful thanks. Easy to understand and quick.

  • @Ethan-rv1jr
    @Ethan-rv1jr 3 года назад

    This is very helpful because I handle ALOT of json data so thanks for that!

  • @jordanguada4354
    @jordanguada4354 3 года назад

    Thanks for the tutorial, helped me out on a project.

  • @ash22621
    @ash22621 2 года назад

    superb tutorial

  • @brianjosephblake
    @brianjosephblake 2 года назад

    100% what I needed.

  • @wms_ll
    @wms_ll Год назад

    Thanks

  • @musandlala7991
    @musandlala7991 4 года назад +1

    Well explained

  • @thefamousdjx
    @thefamousdjx 3 года назад +6

    Currently trying to learn C# after using python for a while and am surprised how something that takes couple lines in python takes a whole 10min video to explain lol. In the Todo class, what do you do if the json data isn't necessarily the same everytime and you dont know what key values to expect?

    • @aneon1273
      @aneon1273 Год назад

      You can deserialise the data as a dynamic. It's not the most effective solution. But that will get you the job done.

  • @angelecg
    @angelecg 3 года назад

    Thank you!, very clear information :D

  • @GLRGame
    @GLRGame 3 года назад

    Thanks for the tutorial! It was very helpful!

  • @annieeternum3374
    @annieeternum3374 Год назад

    It work

  • @tutsandreacts8021
    @tutsandreacts8021 4 года назад

    Great job Man! thanks!

  • @whoman0385
    @whoman0385 2 года назад

    this is a cool tutorial but what do I do when theres an object/array inside my main object/array?

  • @port0075
    @port0075 3 года назад

    Thanks!

  • @princetonnelson3286
    @princetonnelson3286 2 года назад

    How to view this in MVC

  • @jordibonte4729
    @jordibonte4729 3 года назад

    How are you showing the Json data in Json format in terminal?

  • @asta9198
    @asta9198 3 года назад

    Hello Ian, I have a question. what if your todo class field name different than the API.

  • @astrochris6092
    @astrochris6092 3 года назад +2

    thank you!
    PS: Please don't use var

  • @rxn7
    @rxn7 3 года назад

    why are you using Task instead of void

  • @joeb.1163
    @joeb.1163 3 года назад

    which IDE is this?