Gordon Beeming
Menu
Blog
RSS
About
#code snippet
[ 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
Posted on July 30, 2020 -
code snippet
JSON