How To: Create C# Classes From JSON In JetBrains Rider
Continuing with learning C#, lately I have been diving into interacting with the Chat GPT API from my C# command line applications. This was my first experience with working with JSON in C#, and in particular I wanted to convert the JSON response from Chat GPT into one (or more?) C# objects. This does, however, … Read more