g

gfwJson

gfwJson is a Java library based on JSON-simple project that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.
https://github.com/putao520/gfwJson
The Apache License, Version 2.0
putao520
Files download
File Operation
gfwJson-1.0.3.jar download
gfwJson-1.0.3.pom download
gfwJson-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.putao520</groupId>
  <artifactId>gfwJson</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.putao520:gfwJson:1.0.3'
Gradle Kotlin
implementation("io.github.putao520:gfwJson:1.0.3")
Scala SBT
libraryDependencies += "io.github.putao520" % "gfwJson" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.putao520', module='gfwJson', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.putao520" name="gfwJson" rev="1.0.3" />
Leiningen
[io.github.putao520/gfwJson "1.0.3"]
Apache Buildr
'io.github.putao520:gfwJson:jar:1.0.3'
Dependencies