g

gson

Gson is a Java library that can be used to convert Java Objects into their JSON representation (now with fixed Long serialization and deserialization).
https://github.com/palexdev/gson
Apache-2.0
Alessandro Parisi
Files download
File Operation
gson-2.9.0.jar download
gson-2.9.0.pom download
gson-2.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.palexdev</groupId>
  <artifactId>gson</artifactId>
  <version>2.9.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.palexdev:gson:2.9.0'
Gradle Kotlin
implementation("io.github.palexdev:gson:2.9.0")
Scala SBT
libraryDependencies += "io.github.palexdev" % "gson" % "2.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.palexdev', module='gson', version='2.9.0')
)
Apache Ivy
<dependency org="io.github.palexdev" name="gson" rev="2.9.0" />
Leiningen
[io.github.palexdev/gson "2.9.0"]
Apache Buildr
'io.github.palexdev:gson:jar:2.9.0'
Dependencies
The project has no third-party dependencies