l

library-json

Json工具类, 包含Gson、FastJson、Jackson三个库的工具类
https://github.com/duanxinyuan/Json-Utils
The Apache Software License, Version 2.0
duanxinyuan
Files download
File Operation
library-json-1.6.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.duanxinyuan</groupId>
  <artifactId>library-json</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.duanxinyuan:library-json:1.6.0'
Gradle Kotlin
implementation("com.github.duanxinyuan:library-json:1.6.0")
Scala SBT
libraryDependencies += "com.github.duanxinyuan" % "library-json" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.duanxinyuan', module='library-json', version='1.6.0')
)
Apache Ivy
<dependency org="com.github.duanxinyuan" name="library-json" rev="1.6.0" />
Leiningen
[com.github.duanxinyuan/library-json "1.6.0"]
Apache Buildr
'com.github.duanxinyuan:library-json:jar:1.6.0'