JsonUtils
JsonUtils copied to clipboard
Add JsonPropertyName for System.Text.Json
Since .NET Core 3, there is a new feature to serialize / deserialize Json integrated to .NET Core 3.
The attribute JsonPropertyName(string)
is used to set the name of the property.
I created a pull request! #44