JsonUtils icon indicating copy to clipboard operation
JsonUtils copied to clipboard

Add JsonPropertyName for System.Text.Json

Open GitAntoinee opened this issue 5 years ago • 1 comments

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.

GitAntoinee avatar Dec 22 '19 16:12 GitAntoinee

I created a pull request! #44

GitAntoinee avatar Dec 22 '19 17:12 GitAntoinee