j

json

A lightweight JSON serializer and deserializer made with the ambition to reduce complexity for non-performance critical parsing situations.
https://github.com/speedment/speedment/wiki/Json
Files download
File Operation
json-3.2.10.jar download
json-3.2.10.pom download
json-3.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.speedment.common</groupId>
  <artifactId>json</artifactId>
  <version>3.2.10</version>
</dependency>
Gradle Groovy
implementation 'com.speedment.common:json:3.2.10'
Gradle Kotlin
implementation("com.speedment.common:json:3.2.10")
Scala SBT
libraryDependencies += "com.speedment.common" % "json" % "3.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment.common', module='json', version='3.2.10')
)
Apache Ivy
<dependency org="com.speedment.common" name="json" rev="3.2.10" />
Leiningen
[com.speedment.common/json "3.2.10"]
Apache Buildr
'com.speedment.common:json:jar:3.2.10'