java-jwt icon indicating copy to clipboard operation
java-jwt copied to clipboard

Allow other Collection's implementations (List, Set, Queue) to be used as JSON array

Open vulinh64 opened this issue 1 year ago • 0 comments

Changes

  • Allow other Collection's implementations (List, Set and Queue) to be used as payload values

References

N/A

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • [x] This change adds test coverage
  • [ ] This change has been tested on the latest version of Java or why not

Checklist

vulinh64 avatar Dec 31 '24 08:12 vulinh64