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: 2 days ago
JSON representation
Jackson with Annotation processing
- Host: GitHub
- URL: https://github.com/dominokit/domino-jackson
- Owner: DominoKit
- License: apache-2.0
- Created: 2017-12-20T20:43:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T07:33:21.000Z (8 months ago)
- Last Synced: 2025-01-09T05:36:45.748Z (6 months ago)
- Topics: annotation-processing, gwt, gwt-jackson, jsinterop, json, json-parser, json-serialization
- Language: Java
- Homepage:
- Size: 1.85 MB
- Stars: 54
- Watchers: 13
- Forks: 14
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

![]()
[](https://github.com/DominoKit/domino-jackson/actions/workflows/deploy.yaml/badge.svg?branch=development)


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.