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.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.easyjson</groupId>
  <artifactId>easyjson</artifactId>
  <version>3.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.easyjson:easyjson:3.1.1'
Gradle Kotlin
implementation("com.github.fangjinuo.easyjson:easyjson:3.1.1")
Scala SBT
libraryDependencies += "com.github.fangjinuo.easyjson" % "easyjson" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.easyjson', module='easyjson', version='3.1.1')
)
Apache Ivy
<dependency org="com.github.fangjinuo.easyjson" name="easyjson" rev="3.1.1" />
Leiningen
[com.github.fangjinuo.easyjson/easyjson "3.1.1"]
Apache Buildr
'com.github.fangjinuo.easyjson:easyjson:jar:3.1.1'