To main content

Ben’s Build and B(r)ass Notes

Using JJWT with the Jakarta JSON Binding API

Published by Benjamin Marwell on

As you may have seen in my earlier posts, JJWT is a sensible choice for a JSON Web Token (JWT, pronounced 'jot') Library. JJWT is separated into a few modules: The API, the implementation and the JSON serializer. You can currently choose between Jackson and GSON as a JSON serializer. But if you work in a Jakarta EE or MicroProfile environment, you might want to consider your own JSON-B provider instead.