Episode

Easily Deserializing JSON Web Requests with System.Net.Http.Json

with James Montemagno, Matt Soucoup

Combining the power of System.Text.Json and extensions built into System.Net.Http.Json for HttpClient you can easily serialize and deserialize data with just a few lines of code. James and Matt show you how to do it!

Chapters

  • 00:00 - Intro
  • 01:40 - Default Deserialization for JSON
  • 03:10 - Simplifying web request deserialization - ReadFromJsonAsync
  • 05:54 - Source Generators for JSON
  • 07:45 - Wrap-up

Developer
.NET