jwt-dotnet / jwt

Jwt.Net, a JWT (JSON Web Token) implementation for .NET
Other
2.13k stars 462 forks source link

But in documentation in SystemTextSerializer says it uses System.Text instead of Newtonsoft.Json #503

Open dje1990 opened 3 months ago

dje1990 commented 3 months ago

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

abatishchev commented 3 months ago

Please consider submitting submitting a PR to fix it. Thanks!

abatishchev commented 2 months ago

Ping on a contribution to the project. Thanks!