Step by Step Tutorial: Deserializing JSON using c# and json.net

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

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

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

    After watching and reading about a dozen guides, yours was the one that finally explained what I was looking for in an easy to follow fashion. Thank you for your tutorial!

  • @rribar
    @rribar 3 года назад +8

    Hi Les! I just watched this video tutorial and found it to be extremely helpful. I cannot thank you enough for making this, and taking the extra time to show us the use of a dynamic class, with and without inheritance, and the multiple json examples. I can't wait to check out your website and other videos. Cheers!

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

    Thank you for this video. Over 35 years as a Visual Basic developer (mostly business software) and I made the switch to C# this year. JSON has been a nemeses of mine, but your video finally explained those things that everyone else seems to skip over and I think I now have enough knowledge to move on with the stack of new software I want to write using C#. Thank you, thank you, thank you! And thank you for taking the time to explain inheritance. Though fairly straight forward, I have seen many people confused over inheritance and I'm betting it will help anyone starting out or a tad confused.

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

    Just wanted to pop in and let you know I foundTutorial was very useful in helping me in this JSON area. Have a great day!

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

    dude you need more views, you just helped me so so much, if i had seen this earlier i wouldn't of lost 2 days trying to figure out the classes and inbedded things etc grrrrr so annoying, thank you

  • @AlexGarcia-ff2kl
    @AlexGarcia-ff2kl 5 лет назад +27

    Hey man, I was totally stuck on iterating through the arrays, I'm new at this JSON stuff and you nailed it on getting me over the hump, great work on your tutorial. I've subscribed and given you a like.

    • @binarythistle
      @binarythistle  5 лет назад +1

      Hi Alex, great to hear - and thanks for the like and subscribe! Cheers, Les

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

    Wow wow wow beautifully explained between self taught and professional programmer. I appreciate this tutorial in all ramifications

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

    I'm right there with you. Sean was the best Bond, but I too have a soft spot for Roger... for the exact same reason as you do. Also, your content is always outstanding, thanks!

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

    Brilliant Les. I'm new to RESTful APIs and thought it would be a headache but your videos have made it painless. First class videos and your examples are great. Many thanks!

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

    G'day Les, I'm a bit late to this party, but thanks for all this detail. This is a fundamentally simple concept, with straightforward code, that I've finally cottoned on to after seeing this. My endpoints are bouncing around in delight now, all lean and ready for action.

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

    Nice video. After stuck in C# sharp and JSON Stuff, this got me absolutly in an comfort zone in that topic. Now i know how to use json as config files, and some other interesting stuff. Programmed every of your steps in parallel, helps a LOT! Thank you !

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

    Superb video. I'm just getting into C# for a project I'm working on and needed a good summary of working with JSON. You're a great teacher.

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

    Thanks Les, this was one of the best video tutorials I have seen. Thanks so much for taking the time to create this, I will be using it as a reference going forward. As you said in the video, a lot of presenters don't cover every step and basic fundamentals can be missed. Well done!

  • @garizaldyravago
    @garizaldyravago 6 лет назад +3

    Much appreciation for creating this tutorial! I'm fairly new to C# and APIs and your video tutorials on them are a great introduction.

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

    You have helped me immensely! I have not found a guide that made me understand how this works as well as your video does.

  • @inber
    @inber 5 лет назад +1

    Very nice tutorial. I hate long videos, but this one was an hour very well spent. It was exactly what I needed.

    • @binarythistle
      @binarythistle  5 лет назад

      hahaha. Yes I'm trying to shorten my videos as they probably are too long! Glad you enjoyed this one though!

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

    Thoughtfully done. Thanks. It's simple stuff but I couldn't get it to work for a while until I discovered your video and followed along. Now I got it!

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

    Les you are an excellent teacher. Keep up the good work and I like your sense of humour. I understand JSON structure and everything about it, thanks to your video, even though I have maintained an API to send simple JSON to outside service, but never understood the basics of it.
    Thanks again

  • @paullyie82
    @paullyie82 5 лет назад +1

    Excellent Video Les, only starting to get into JSON and a REST API project myself, your previous video and this video in particular was very helpful, especially the last 10-15mins when you had a look at the classes - that made a bit more sense to me :)
    I had seen the Newtonsfoft.json mentioned on sites a few times and was afraid it was going to be a messy/fiddly plugin or addon, but thankfully it turned out to be pretty much a dll ref to the project
    thanks again, Paul

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

    This is some high quality tutorial. Well prepared and narrated. Great job, thank you.

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

    it took patience and a few attempts to get my head round json.net but this is brilliant .. thanks

  • @philbrown8181
    @philbrown8181 6 лет назад +2

    Very good, very clear - thanks for taking the time to make and post. I loved the cheering crowds, and taking everything from first principals is very helpful. I feel that many tutorials ignore such 'trivial' steps, and this seeps into them then missing the important ones too, or skimming over them.

    • @binarythistle
      @binarythistle  6 лет назад

      Hi Phil, thanks for the great comment. Yes I agree, for me personally I feel too may otherwise great tutorials skim over small details or make too many assumptions which can make it difficult to follow. I probably over explain things though, so need to think about condensing some content! Glad you found the video useful though.

  • @jstdrkn
    @jstdrkn 5 лет назад +1

    this is great! took me from a noob to this. now my task is to get what i learned in all three of these json #sharp and Rest videos into a SSIS script task. thank you for what you do

    • @binarythistle
      @binarythistle  5 лет назад +1

      No problem! Thank you for taking the time to leave a comment!

    • @drummermike5150
      @drummermike5150 5 лет назад

      @@binarythistle I can't thank you enough for these videos. So glad I found your channel! I love the step-by-step, type it all in approach, rather than copy-pasting in a bunch of code. I'm a database developer that understands programming concepts but sometimes I need my hand held! My next step is to also integrate this code into an SSIS script task like Jeremiah. The only piece I am missing now is persisting the JSON payload to a SQL Server database. Do you have any resources that cover this?

  • @d3tn3tracer
    @d3tn3tracer 5 лет назад +1

    Thank you Mr. Jackson! I love your teaching. Great work on your tutorial. You saved lot of my time, when I tried to find how to do, how to work with collections, and so on. Thanks!!!!

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

    Ah, king Leonidas is now a tutor?! Awesome. 👊🏾

  • @sr.favopossodeixarvaziosim4595
    @sr.favopossodeixarvaziosim4595 3 года назад +1

    Interesting tutorial, reading it and taking notes as I go along. Question:
    9:25
    You can see our what object? Primary? Paid? I could't understand.

  • @bayrakmusti1
    @bayrakmusti1 5 лет назад +1

    So simplified and understandable for everyone. Thank you so much.

    • @binarythistle
      @binarythistle  5 лет назад

      Hello Mustafa - thanks for the feedback mate! Cheers, Les

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

    I like the way you show us everything. The next time I go to Thailand I want to visit James Bond island, where Roger Moore was in The Man with the Golden Gun.

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

    Excellent video. I had only 'heard' of JSON up until this morning... now I'm an expert!!! :D Just kidding, many thanks even 6yrs later!

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

    really fantastic tutorial. I like the calm and thorough attitute ;)

  • @Djax666
    @Djax666 6 лет назад

    At 49:32, which modeling language are you using? In UML, the inheritance arrows would be in the opposite direction, as jsonPersonArray inherits jsonPersonComplex that inherits jsonPersonSimple

    • @binarythistle
      @binarythistle  6 лет назад

      Hay DJAX, yeah good pick up! You're quite right the arrows are supposed to be the other way around. Thanks for pointing out.

  • @kamranbigdely
    @kamranbigdely 5 лет назад +1

    Excellent explanation and high quality audio and video.

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

    Thank you!!! You literally saved my life, excelent tutorial

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

    simply awesome!!! Les, you are a great teacher.

  • @sheldondavid7042
    @sheldondavid7042 5 лет назад +3

    Thank you for this. This is exactly what i needed. Thanks for taking the time to share your knowledge!!

    • @binarythistle
      @binarythistle  5 лет назад

      My pleasure - thanks for the feedback Sheldon.

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

    Les, I've got to thank you for the great tutorial! Straight and to the point. Thanks for explaining it like to me like I'm 5!! I think I can actually do the work I've been assigned here at work now. BTW, great accent. Bookmarked and subscribed. You pulled my fat outta the fire!!

  • @solron75
    @solron75 5 лет назад +1

    Nice video. It got me in the right direction on how to use json as config files, and some other interesting stuff. Thank you!

  • @soucianceeqdamrashti8175
    @soucianceeqdamrashti8175 5 лет назад +1

    Good intro! Like your style of explaining and nice of you to show and compare "dynamic" vs a real class.

  • @jayarammanikumar229
    @jayarammanikumar229 6 лет назад +11

    can you explain how to deserialize multiple json objects from api? Thank you!

    • @DefriaManda
      @DefriaManda 4 года назад +2

      I know it's late but this might help someone..
      stackoverflow.com/questions/44011596/c-sharp-newtonsoft-deserialize-json-array#44011704

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

    Finally now I know how to desrialize JSON in c#. It's a hard at first to grasp the concept if you are PHP dev because PHP makes it so easy. json_encode(array) and json_decode(array) that's it.

  • @TanerHocali
    @TanerHocali 5 лет назад +1

    123/5000
    Chief, you're tired of telling software ... It was a very good education. The labor is great, we can't afford it. Allah bless you... :)

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

    Hi Les, i'm following along with your code but I'm getting a "Error: Object reference not set to an instance of an object". It looks like I need to add the phoneNumbers array to jsonPersonComplex am I right? FYI i"m using the dynamic way.

  • @sandeepkumar-ol5lg
    @sandeepkumar-ol5lg 3 года назад

    Thanks , we’re looking exactly what you’ve provided here

  • @chadklunk208
    @chadklunk208 5 лет назад

    Thanks Les, great tutorial - it helped me understand how to setup my class and iterate through the arrays - its pretty straight forward - just needed that little push!

  • @thomascorrege
    @thomascorrege 6 лет назад +1

    In VB, to start, use :
    MyString = TB_Source.Text
    Dim j = JsonConvert.DeserializeObject(Of Object)(MyString)
    Yhank's for sharing

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

    33:45 "It's important to note that the attribute names in our C# class should match the attribute name of the JSON we're expecting."
    I was curious about this because of a scenario where I'm doing a transform/mapping from an API to a different kind of object and I was wondering if it was necessary to create properties if they will never get used.

  • @kernelcactus3453
    @kernelcactus3453 6 лет назад +1

    How do you deserialize when you have an array inside an array?

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

    Hi Greate video. Say you had nested collection/Array in that json. How would you write that class??

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

    You made my day sir! Huge time saver, thanks!

  • @86Carrera911
    @86Carrera911 7 лет назад +2

    Very well done video! It's incredibly straight forward and easy to follow. One thing that could have helped was to include the example JSON strings in the description or a link to them. I think I saw a link pop up in the video, but I missed it. I hope to put this to work soon!

    • @binarythistle
      @binarythistle  7 лет назад

      Thanks Robert. Good pick up actually - i need to make better use of the description section for things like links and stuff - great feedback! Cheers, Les

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

    This was a great video! You got my subscription without hesitation!

  • @ipasuhd
    @ipasuhd 6 лет назад

    Hello, I want to thank you for your correct microphone settings, it sounds perfect. So I can listen and learn.

    • @binarythistle
      @binarythistle  6 лет назад

      Thanks! I bought a couple of different microphones to try and get the best sound I could! Cheers.

  • @bhammen1
    @bhammen1 7 лет назад +1

    Very well done and I appreciate the full details that you cover. I am trying to learn this new and you nailed it perfectly. Your pace is just right.

    • @binarythistle
      @binarythistle  7 лет назад

      Awesome! Thanks for the feedback always great to hear that people find this stuff useful.

  • @robtathome
    @robtathome 5 лет назад +1

    Super helpful - love the detail

  • @atodaso378
    @atodaso378 6 лет назад +20

    Not gonna lie, the people screaming scared the crap out of me at first. Nice video series though.

    • @binarythistle
      @binarythistle  6 лет назад +1

      You made me laugh! Wasn't intending to shock anyone, but I guess now I think about it...! Anyway glad you enjoyed the video!

    • @ManikandanSurendranath
      @ManikandanSurendranath 6 лет назад

      I hit back button thinking that I clicked on something accidentally. Thanks for the video you saved my day. I was wrestling with another library. Newtonsoft.Json is simple to use.

    • @nv7287
      @nv7287 5 лет назад

      @@binarythistle lol yep made me jump hehe i was in bed code dozing XD was actually what I needed, anyway awesome stuff, loved it!

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

      @@binarythistle It is the audio mastering. Your recorded voice is 12 db lower than Unity and then the video clip is at Unity. It is a considerable jump. I have trouble hearing your audio without cranking my sound system. If you ensure your mic is recording your audio nearest to 0 or mastering levels during editing, it will help a lot of people out. THX

  • @sanwalchaudhry2099
    @sanwalchaudhry2099 5 лет назад +1

    great tutorial for new comers into json stuff

  • @jeshely
    @jeshely 6 лет назад +1

    Thank you so much! Love the clear simple way you explain things.

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

    Gr8 explaination, thanks for video Jackson

  • @sr.favopossodeixarvaziosim4595
    @sr.favopossodeixarvaziosim4595 3 года назад

    Hi! I'm seeing this and its a great video, you're doing pretty good explanations. I like the way you explain things, I mean, from base up - some people like to thrown concepts people may have never heard before and pretend everyone knows it - whereas you build up from the basic and continues on, which is fantastic.
    I would like to ask you do something, if its not much work, in the future: Subtitles. Not automated ones, real ones I mean. Some of us do not have such good hearing or audio equipment, or have problems understanding your accent (British Islands, btw? Can't recognize it myself). Its why I tend to eschew video tutorials, I feel like I am fighting both to understand and type what I hear, and to understand what I am being taught.

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

    When you use the JsonConvert.DeserializeObject(jsontext) - what kind of object do you get back? I get a JObject - and as a result cannot pick out individual values like you have with the firstname and so on. Any ideas why this may be?

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

      Did you ever solve this issue? Im stuck

  • @CmdrColstel
    @CmdrColstel 6 лет назад

    Great video binarythistle ! Keep up the good work !!

    • @binarythistle
      @binarythistle  6 лет назад

      Cool thanks for great feedback! Hope yo found it useful!

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

    Sir, if our text file have multiple jason object than how we can fetch one object on the base of id or some other parameters any idea please reply

  • @jono261970
    @jono261970 5 лет назад

    Excellent tutorial. Using this project, how would I get the JSON response directly from the URL, rather than pasting it into a textbox? I have created an Openweather account and got an API key.

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

    You are AMAZING. Thank you SO much for this.

  • @NestedMango
    @NestedMango 6 лет назад

    I am not able to download newtonSoft.Json for unity.

  • @illidaricatela8419
    @illidaricatela8419 5 лет назад

    Great tutorial, helped me a lot! But I have one thing to ask if you can help me with. Let's say you have more than one peraon in that json array, how would you print out all of them in the output box? I need to have some list of those people, but how to make this list? If you could help, I would be most grateful

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

    I actually had this problem yesterday of a JSON object where I did not have the entire object created correcty in a c# class so I didn't get the entire object when deserialized. Using dynamic (and PostMan) I was able to figure out the missing peaces and properly build the c# class from methods used in this video.

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

    Top notch, entertaining too. Thanks so much!

  • @crdpcsp
    @crdpcsp 5 лет назад

    I'm new in VB and C#. Could I do the same getting a json from a url? Is it necessary create class for each object? Thanks. Nice video

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

    thank you very much, it's the best explanation made me understand how to Deserializing the array

  • @imgekko4142
    @imgekko4142 6 лет назад

    good to hear a familiar accent on here for a change :D great video helped me a lot :)

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

    I love you man, it helped me a lot

  • @deepshikha2764
    @deepshikha2764 6 лет назад

    Man you are awesome...Love you and your way of explaining concepts.

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

    Excellent Video and easy to understand.
    Still have a pretty small question, how about if from the JSON array of Phone Number, if we have to read one specific type of phone number. Example:- We just wanted to read the phone number of Type 'Home', what should be done for that. Reply will be highly appreciated. Thanks again!!

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

    Can we build a desktop based application (C#,WPF, .NET core/.net framework) by using Rest API ?
    We want to read and write data from aws IoT cloud to our desktop windows machine.

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

    Hi Les, Thanks for the great tutorial. Q) why are you creating classes with a class instead of keeping them seperate?

  • @kieranharmon8173
    @kieranharmon8173 6 лет назад

    Excellent video. Thanks man!

    • @binarythistle
      @binarythistle  6 лет назад

      Thanks Kieran - hope you found it useful!

  • @sambo7849
    @sambo7849 6 лет назад

    This really helped me out. Glad I stumbled onto this channel!

  • @starspejd
    @starspejd Месяц назад

    Les, you keep emphasizing that the name of the attribute in our class should be the same as in the JSON. However, I have a nested object, which has the name "DE:Company Products" - and I'm pretty sure C# doesn't allow for neither colons nor spaces in their variable names, so how do I go about naming that? It's an array of string values if that helps.

  • @pw.70
    @pw.70 5 лет назад

    Enjoyed the tutorial, and it cleared a few things up for me. Transversely, you need to define what 'ToString()' does in your class. By default only the class name will be returned, whereas 'dynamic' is horribly ... magic ... God I hate magic!

  • @mustaphamouloua1337
    @mustaphamouloua1337 5 лет назад +1

    Hi and thanks for this great tutorial

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

    Superbly presented. THANKS.

  • @Euclidean3141
    @Euclidean3141 7 лет назад +1

    Great video - have you also made a video about Serialising JSON?

    • @binarythistle
      @binarythistle  7 лет назад +1

      Hi there! No I've not made a video about Serialising JSON, but if can certainly put that on my backlog of things to do next! Thanks for the feedback - appreciated!

  • @xH3ALYx
    @xH3ALYx 6 лет назад

    Brilliant video, helped me a lot! Was having some serious issues....

    • @binarythistle
      @binarythistle  6 лет назад

      Great to hear Ross - glad it helped!

    • @xH3ALYx
      @xH3ALYx 6 лет назад

      @@binarythistle It did, but ran into an issue with processing multiple objects in a response. No doubt I'll google my way out of it.

  • @ellawilliamson260
    @ellawilliamson260 6 лет назад +1

    brilliantly simple

    • @binarythistle
      @binarythistle  6 лет назад

      Greta feedback thanks! I aim to make the videos accessible and useful.

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

    Can you show how to deserialize to polymorphic object ?

  • @pucie_boi
    @pucie_boi 6 лет назад

    Awesome tutorial! You're teaching style and implementing a whole app from scratch was very informative and rewarding. Thanks! Keep it up, please!
    (p.s. at 35:19, you just need to override the ToString() method in your jsonPersonSimple class to get it to display how you want)

    • @binarythistle
      @binarythistle  6 лет назад

      Hey Ryan thanks for the feedback - always looking for those pick ups! Cheers

  • @gabrielatorres3278
    @gabrielatorres3278 6 лет назад +1

    Excellent video explanation, thank you.

    • @binarythistle
      @binarythistle  6 лет назад

      Thanks for the feedback Gabriela - hope you found it useful!

  • @Ethionetics-IT
    @Ethionetics-IT 7 лет назад

    I need to send data from Desktop App. which is C# to Website? please help me

  • @eduardoeoduda
    @eduardoeoduda 5 лет назад

    Great video. It was so much helpfull to me !

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

    Hello I am working with my API in Web then I already serielize the json data and display it. But I can't able to to deserialize the json to c#. Even if I converted in the json2csharp.

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

      DATA
      {
      "result": "success",
      "status": "approved",
      "message": "student has no problem",
      "data": {
      "firstname": "sample",
      "lastname": "sample",
      "mi": "s.",
      "classfication": "student",
      "date": "2022-05-07",
      "dataUser": "approved",
      "temperature": "36.7",
      "timesIn": 14,
      "message": "student has no problem"
      }
      }
      Data Firstname:
      Data Lastname:
      /*This is the output*/

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

      var toJson = JsonConvert.SerializeObject(per);
      var payload = new StringContent(toJson, Encoding.UTF8, "application/json");
      var result = client.PutAsync(endpoint, payload).Result;
      var json = result.Content.ReadAsStringAsync().Result;
      //Console.WriteLine("display " + json);
      try
      {
      var dataInfo = JsonConvert.DeserializeObject(json);
      Console.WriteLine("DATA
      " + dataInfo);
      Console.WriteLine("Data Firstname:
      " + dataInfo.firstname);
      Console.WriteLine("Data Lastname:
      " + dataInfo.lastname);
      }
      catch(HttpRequestException err)
      {
      Console.WriteLine(err.Message);
      }
      /*This is the code */

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

      I already figure out. Got the expected output.

  • @christianrogne5634
    @christianrogne5634 7 лет назад +1

    Nice video.. have to test tonight..

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

    How do I handle returning the value of a json data value where the key is two words separated by a SPACE. Example "Serial Number". This does NOT work: System.Console.WriteLine("Device Name: " + deviceData.Serial Number);

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

    It would be great if you can explain reflection as the subject in this very video, touching it a bit.

  • @thorim998
    @thorim998 6 лет назад +1

    Great Video - very good. Thanks a lot.

    • @binarythistle
      @binarythistle  6 лет назад

      Thanks for the feedback Jens - hope you found it useful!

  • @IT_Scientist
    @IT_Scientist 6 лет назад

    Thank you so much, very clean, clear and neat. Nice accent too :)

    • @binarythistle
      @binarythistle  6 лет назад

      Thanks Vytautas! I'm originally from Scotland.

  • @Lomunist
    @Lomunist 6 лет назад

    Great tutorial; really nice to follow along with the webform. Really good teacher. And the husky accent is indeed super hot.
    Thanks for taking the time to share this; I'm looking forward to seeing more of your tutorials.

    • @binarythistle
      @binarythistle  6 лет назад +1

      Thanks! Hoping to have a new vid up soon!

  • @bloomtrading
    @bloomtrading 7 лет назад +5

    thanks for the vid

  • @mateuszlis5555
    @mateuszlis5555 7 лет назад

    Very good job. Everything is easy now. But if I were you, i would add to description a json code you use to test your app as well. Greetings from Poland

    • @binarythistle
      @binarythistle  7 лет назад

      Hi Mateusz! Thanks for the feedback, yes I think you're right - more testing examples would be useful, I'll work that in to my next tutorial.

  • @tidowales
    @tidowales 6 лет назад

    i'm receiving nested object json strings from a rest api, but some of the values which would expect double or bool for example, are actually null. i.e. i have an item which can be bought or sold, but it's only set to sold therefore bought price is null, and isBought attribute (bool) is also null. whats the best way for handling that?

    • @tidowales
      @tidowales 6 лет назад

      currently i'm deserialising manually using tryParse and regex filters but does the deserialize methods is .NET handle this case?