j

jsonimple

JSON library. A source-compatible, minimally updated fork of simplejson. Changes have been kept to a bare minimum so that diffs with the original are meaningful. Support for JSON indent, insertion-ordered writing, and some very lightweight object modeling goodies.
GNU Lesser General Public License, Version 3
Files download
File Operation
jsonimple-1.0.3.jar download
jsonimple-1.0.3.pom download
jsonimple-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.crums</groupId>
  <artifactId>jsonimple</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.crums:jsonimple:1.0.3'
Gradle Kotlin
implementation("io.crums:jsonimple:1.0.3")
Scala SBT
libraryDependencies += "io.crums" % "jsonimple" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.crums', module='jsonimple', version='1.0.3')
)
Apache Ivy
<dependency org="io.crums" name="jsonimple" rev="1.0.3" />
Leiningen
[io.crums/jsonimple "1.0.3"]
Apache Buildr
'io.crums:jsonimple:jar:1.0.3'