SaaSHub helps you find the best software and product alternatives Learn more →
Top 10 Java Gson Projects
-
jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Immutables
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included
> * data class Foo(val theImplementationAndStyleOfDataClasses: String)
For the purists there are records now in Java (which can be combined with destructuring / pattern matching - there were significant improvements in this area in the last few JDK releases, and more are coming!). In this regard Java had surpassed Kotlin by some margin.
For the enterprise coders, there is the Immutables project (https://immutables.org) which you can say is Lombok on steroids (but implemented correctly, that is, by generating classes which you can inspect as regular source code, instead of relying on hacking the compiler...).
> * elvis?.operator?.chaining
This will hopefully be finally resolved by one of the subprojects of project Valhalla, as a prerequisite for value class support (which cannot be null, so...).
The others on your list are small and subjective stylistic differences, of course your preference may vary, but should not weigh heavily in any Java vs Kotlin discussion.
-
Configurate
A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
-
-
HBrowser
Headless/full Java browser with support for downloading files, working with cookies, retrieving HTML and simulating real user input. Possible via Node.js with Puppeteer and/or Playwright. Main focus on ease of use and high-level methods.
-
Mediateka
The app demonstrates principles of usecases with RxJava2 , Dagger2 , Room , MVP , Mockito and Clean Architecture in Android. 📚
-
YaGson
A universal types-preserving Java serialization library that can convert arbitrary Java Objects into JSON and back, with a transparent support of any kind of self-references and with a full Java 9 compatibility.
-
-
-
Java Gson discussion
Java Gson related posts
-
Is it somehow possible to use a class reference without importing it?
-
[JAVA - PT-BR] CONSUMINDO UMA API DE CEP
-
Having trouble ObjectMapping a particular JSON structure to a java onject
-
Does this POJO look correct?
-
Stop using noargsconstructors and setters (and builders)
-
json to java pojo
-
How to store this data in java
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jan 2025
Index
What are some of the best open-source Gson projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | jsonschema2pojo | 6,259 |
2 | Immutables | 3,451 |
3 | Configurate | 392 |
4 | methanol | 257 |
5 | HBrowser | 121 |
6 | Mediateka | 38 |
7 | YaGson | 9 |
8 | xpath-to-xml | 7 |
9 | coinex4j | 7 |
10 | aon | 1 |