All Projects → DominoKit → domino-jackson

DominoKit / domino-jackson

Licence: Apache-2.0 license
Jackson with Annotation processing

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to domino-jackson

JsonFormatter
Easy, Fast and Lightweight Json Formatter. (Serializer and Deserializer)
Stars: ✭ 26 (-43.48%)
Mutual labels:  json-serialization, json-parser
Bfj
MOVED TO GITLAB
Stars: ✭ 164 (+256.52%)
Mutual labels:  json-serialization, json-parser
kson
A Java serialization/deserialization library to convert Java Objects into json and back, faster and powerful then Gson.
Stars: ✭ 25 (-45.65%)
Mutual labels:  json-serialization, json-parser
Mir Ion
WIP, use libmir/asdf package for now
Stars: ✭ 78 (+69.57%)
Mutual labels:  json-serialization, json-parser
Spotify Json
Fast and nice to use C++ JSON library.
Stars: ✭ 145 (+215.22%)
Mutual labels:  json-serialization, json-parser
representable
Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
Stars: ✭ 689 (+1397.83%)
Mutual labels:  json-serialization, json-parser
Jsoncons
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
Stars: ✭ 400 (+769.57%)
Mutual labels:  json-serialization, json-parser
gwty-leaflet
A GWT JsInterop wrapper for Leaflet.
Stars: ✭ 29 (-36.96%)
Mutual labels:  gwt, jsinterop
Json
JSON for Modern C++
Stars: ✭ 27,824 (+60386.96%)
Mutual labels:  json-serialization, json-parser
Fastjson
A fast JSON parser/generator for Java.
Stars: ✭ 23,997 (+52067.39%)
Mutual labels:  json-serialization, json-parser
Waargonaut
JSON decoding/encoding/manipulation library.
Stars: ✭ 82 (+78.26%)
Mutual labels:  json-serialization, json-parser
Jsondoc
JSON object for Delphi based on IUnknown and Variant
Stars: ✭ 20 (-56.52%)
Mutual labels:  json-serialization, json-parser
Json Dry
🌞 JSON-dry allows you to serialize & revive objects containing circular references, dates, regexes, class instances,...
Stars: ✭ 214 (+365.22%)
Mutual labels:  json-serialization, json-parser
libstud-json
JSON pull-parser/push-serializer library for C++
Stars: ✭ 20 (-56.52%)
Mutual labels:  json-serialization, json-parser
jackson-js
JavaScript object serialization and deserialization library using decorators. It supports also advanced Object concepts such as polymorphism, Object identity and cyclic objects.
Stars: ✭ 86 (+86.96%)
Mutual labels:  json-serialization, json-parser
Easyjson
Fast JSON serializer for golang.
Stars: ✭ 3,512 (+7534.78%)
Mutual labels:  json-serialization, json-parser
gwt-boot-awesome-lili
Collection of JavaScript Libraries with JsInterop Interfaces and Others - GWT Awesome Library List (Gwit a LiLi)
Stars: ✭ 29 (-36.96%)
Mutual labels:  gwt, jsinterop
Python Rapidjson
Python wrapper around rapidjson
Stars: ✭ 417 (+806.52%)
Mutual labels:  json-serialization, json-parser
Spray Json
A lightweight, clean and simple JSON implementation in Scala
Stars: ✭ 917 (+1893.48%)
Mutual labels:  json-serialization, json-parser
Thorsserializer
C++ Serialization library for JSON
Stars: ✭ 241 (+423.91%)
Mutual labels:  json-serialization, json-parser

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].