In this video Jeremy Morgan shows you how to read and parse a JSON file in C#. You’ll learn how to: open the text file containing JSON, read the text into a string, create a data structure to hold each record, deserialize the JSON string, add each JSON item to a list of records, and finally…do some cool stuff with it! We hope you enjoy this quick and simple tutorial.
GitHub repository for code used in video: https://github.com/JeremyMorgan/Read-...
Try Pluralsight now for free: https://bit.ly/3cAZQhm
C# Development Fundamentals - Learning Path: https://bit.ly/3vfFhha
Getting Started with JSON in C# Using Json.NET 12: https://bit.ly/3oxuknr
Visit us at:
Facebook: / pluralsight
Twitter: / pluralsight
LinkedIn: / pluralsight
Instagram: / pluralsight
Blog: https://www.pluralsight.com/blog
#JSON #tutorial #C#