Tag: JSON
[ code snippet ] JsonPropertyConverter.cs
![]() |
JsonConverter that works with System.Text.Json allows having a string property that will just store the json element string instead of trying to parse the properties into a complex object |
Visual Studio 2012 – Paste Special Feature
|
Generally the longest and most frustrating part of using a 3rd party API is making all the C# classes that the data will plugin to after you make requests into those API’s. |