-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update tests to include jsoncpp trait #320
Conversation
Hmm the only error i see in the test is:
Which looks like the test failing is:
Is that what you're referring to? |
yes that exactly it! Thanks for being so quick ❤️
|
Facepalm for JsonCPP:
I think I just need to be more strict about the order I check these in...Where should I push a fix for this? |
Actually, here's the patch if you want to just apply it. Otherwise let me know what to branch off of and where to put the fix:
|
Perfect that as exactly it https://github.com/Thalhammer/jwt-cpp/actions/runs/7290583494/job/19867701199 👏 |
@cjserio I believe there is a small bug 🐛 with the behavior regarding integers (NumbericDatetime from RFC 7519) being mistaken for number (floats, etc). This is something most other libraries have with the translation from Javascript to C++ but I am not sure how it works for JSONCPP so I would appreciate any help looking into this 🙏