Skip to content

DominoKit/domino-jackson

Repository files navigation

logoimage

Development Build Status Maven Central Sonatype Nexus (Snapshots) GWT3/J2CL compatible

Domino-jackson

Domino-jackson is an annotation processor based JSON mapper that works on both the client side - GWT and J2CL - and on JVM side based, the library is based on gwt-jackson the original thanks goes to Nicolas Morel for building gwt-jackson library.

The library is future proofed and allows the user to use the same mapper to be used in a pure JVM environment such as Android or in the client side of the browser which enables easier testing and more code sharing between client and server.

Checkout the Quick start guide and visit our documentation in the wiki for more details.