Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DominoKit/domino-jackson
- Owner: DominoKit
- License: apache-2.0
- Created: 2017-12-20T20:43:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T15:48:28.000Z (about 1 month ago)
- Last Synced: 2024-11-05T16:44:43.936Z (about 1 month ago)
- Topics: annotation-processing, gwt, gwt-jackson, jsinterop, json, json-parser, json-serialization
- Language: Java
- Homepage:
- Size: 1.84 MB
- Stars: 53
- Watchers: 13
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- gwt-boot-awesome-lili - domino-jackson - Jackson library :sparkling_heart: (Jackson Library)
- gwt-boot-awesome-lili - domino-jackson - Jackson library :sparkling_heart: (Jackson Library)
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.