o

openjson

A clean-room Apache-licensed implementation of simple JSON processing
https://github.com/openjson/openjson
The Apache Software License, Version 2.0
openjson team
Files download
File Operation
openjson-1.0.10.jar download
openjson-1.0.10.pom download
openjson-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.openjson</groupId>
  <artifactId>openjson</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'com.github.openjson:openjson:1.0.10'
Gradle Kotlin
implementation("com.github.openjson:openjson:1.0.10")
Scala SBT
libraryDependencies += "com.github.openjson" % "openjson" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.openjson', module='openjson', version='1.0.10')
)
Apache Ivy
<dependency org="com.github.openjson" name="openjson" rev="1.0.10" />
Leiningen
[com.github.openjson/openjson "1.0.10"]
Apache Buildr
'com.github.openjson:openjson:jar:1.0.10'
Dependencies