Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DominoKit/domino-jackson

Jackson with Annotation processing
https://github.com/DominoKit/domino-jackson

annotation-processing gwt gwt-jackson jsinterop json json-parser json-serialization

Last synced: 20 days ago
JSON representation

Jackson with Annotation processing

Awesome Lists containing this project

README

        

![logoimage](https://raw.githubusercontent.com/DominoKit/DominoKit.github.io/master/logo/128.png)


[![Development Build Status](https://github.com/DominoKit/domino-jackson/actions/workflows/deploy.yaml/badge.svg?branch=development)](https://github.com/DominoKit/domino-jackson/actions/workflows/deploy.yaml/badge.svg?branch=development)
![Maven Central](https://img.shields.io/badge/Release-1.0.0--RC3-green)
![Sonatype Nexus (Snapshots)](https://img.shields.io/badge/Snapshot-HEAD--SNAPSHOT-orange)
![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg)

Domino-jackson
=====
[Domino-jackson](https://dominokit.com/solutions/domino-jackson/v1) is an annotation processor based JSON mapper that works on both the client side - [GWT](http://www.gwtproject.org/) and [J2CL](https://github.com/google/j2cl) - and on JVM side based, the library is based on [gwt-jackson](https://github.com/nmorel/gwt-jackson) the original thanks goes to [Nicolas Morel](https://github.com/nmorel) 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](https://dominokit.com/solutions/domino-jackson/v1/docs/getting-started/quick-start) and visit our [documentation](https://dominokit.com/solutions/domino-jackson/v1/docs/getting-started) in the wiki for more details.