e

easyjson

A JSON Facade: Supports adapter any json library to gson, jackson, fastjson etc. Provides a unified JSON access API, you can adapter any JSON library to Gson, Jackson, FastJson with easyjson.
https://github.com/fangjinuo/easyjson
Apache 2.0
jinuo.fang
Files download
File Operation
easyjson-3.2.21.pom download
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.easyjson</groupId>
  <artifactId>easyjson</artifactId>
  <version>3.2.21</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.easyjson:easyjson:3.2.21'
Gradle Kotlin
implementation("com.github.fangjinuo.easyjson:easyjson:3.2.21")
Scala SBT
libraryDependencies += "com.github.fangjinuo.easyjson" % "easyjson" % "3.2.21"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.easyjson', module='easyjson', version='3.2.21')
)
Apache Ivy
<dependency org="com.github.fangjinuo.easyjson" name="easyjson" rev="3.2.21" />
Leiningen
[com.github.fangjinuo.easyjson/easyjson "3.2.21"]
Apache Buildr
'com.github.fangjinuo.easyjson:easyjson:jar:3.2.21'