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
{{ message }}
This repository has been archived by the owner on May 21, 2022. It is now read-only.
github.com/json-iterator/go is currently one of the fastest libs available to process json.
Besides, it is a simple drop-in replacement for the standard lib, without much code change.
I am proposing PR #357 to validate the concept and expose benchmarks on signing and parsing methods.
NOTE: due to some changes in the order of marshalled claims, testable examples verifying the value of the signed string have been adapted to check for decoded claims instead.
The text was updated successfully, but these errors were encountered:
Attention: notice that this breaks compatibility with older golang versions.
I don't think that keeping a compatibility promise back to versions older than 1.7 brings much value.
This PR imposes golang 1.7+.
github.com/json-iterator/go
is currently one of the fastest libs available to process json.Besides, it is a simple drop-in replacement for the standard lib, without much code change.
I am proposing PR #357 to validate the concept and expose benchmarks on signing and parsing methods.
NOTE: due to some changes in the order of marshalled claims, testable examples verifying the value of the signed string have been adapted to check for decoded claims instead.
The text was updated successfully, but these errors were encountered: