dotnet core - finding the assembly for - [JsonPropertyName("access_token")]
Apparently this elusive attribute is located in using System.Text.Json.
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization?view=net-8.0
Apparently this elusive attribute is located in using System.Text.Json.
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization?view=net-8.0
Comments