Skip to content

Ver.2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 10:45
  • add net5.0, net6.0 support with no dependency
  • netstandard2.1 dependent System.Text.Json
  • Encode<T>, Decode<T> using JsonSerializer in default
  • JwtEncoder, JwtDecoder are added JsonSerializerOptions constructor overload
  • internally json parsing engine is changed to System.Text.JsonReader
  • ixed bug when payload has \\ char in last of json value