jwt
jwt copied to clipboard
But in documentation in SystemTextSerializer says it uses System.Text instead of Newtonsoft.Json
The inline documentation is wrong.
Please update line 9 in SystemTextSerializer.cs
to say:
/// JSON serializer using System.Text implementation.
instead of incorrectly saying it uses Newtonsoft.Json
see line 9 of SystemTextSerializer.cs https://github.com/jwt-dotnet/jwt/blob/d6b1e4e76d45e7493970d177c6138b8174ff62c2/src/JWT/Serializers/SystemTextSerializer.cs#L9C31-L9C41
Please consider submitting submitting a PR to fix it. Thanks!
Ping on a contribution to the project. Thanks!
@dje1990 ping, can you please help and fix the doc?