j

jsonden

a library that parses, stringifies and manipulates JSON
https://github.com/hyunikn/json-den-java
bsd-2
Na, Hyunik
Files download
File Operation
jsonden-0.9.5.jar download
jsonden-0.9.5.pom download
jsonden-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hyunikn</groupId>
  <artifactId>jsonden</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.hyunikn:jsonden:0.9.5'
Gradle Kotlin
implementation("com.github.hyunikn:jsonden:0.9.5")
Scala SBT
libraryDependencies += "com.github.hyunikn" % "jsonden" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hyunikn', module='jsonden', version='0.9.5')
)
Apache Ivy
<dependency org="com.github.hyunikn" name="jsonden" rev="0.9.5" />
Leiningen
[com.github.hyunikn/jsonden "0.9.5"]
Apache Buildr
'com.github.hyunikn:jsonden:jar:0.9.5'
Dependencies