Skip to content
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

Provide trait implementation for supported JSON libraries #193

Merged
merged 160 commits into from
Jan 17, 2022

Conversation

prince-chrismc
Copy link
Collaborator

This is a huge PR. A few things got clumped together as I found and sorted out issues.
I am able to break this down if you prefer. Just let me know!

resolves #174

Breaking Changes

jwt::picojson_traits became jwt::traits::kazuho_picojson

All traits are within a namespace and follow the convention of author_project

Highlists

  • coverage for all JSON libraries
    • tests
    • examples
    • badging
    • refactored actions installing them
  • automatic code generation for tests and default traits
    • some exceptions apply
  • linting now checks all files
    • new actions + refactored workflows

Files to skip

  • tests/traits/** are all auto generated
  • examples/** auto generated or moved
  • jwt/traits/*/defaults.h auto generated

@prince-chrismc prince-chrismc changed the title Provide trait implementation for support JSON libraries Provide trait implementation for supported JSON libraries Jan 17, 2022
@prince-chrismc prince-chrismc merged commit 5c9787e into Thalhammer:master Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Provide more supported traits
1 participant