You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: