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.13.jar download
openjson-1.0.13.pom download
openjson-1.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.openjson</groupId>
  <artifactId>openjson</artifactId>
  <version>1.0.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.openjson:openjson:1.0.13'
Gradle Kotlin
implementation("com.github.openjson:openjson:1.0.13")
Scala SBT
libraryDependencies += "com.github.openjson" % "openjson" % "1.0.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.openjson', module='openjson', version='1.0.13')
)
Apache Ivy
<dependency org="com.github.openjson" name="openjson" rev="1.0.13" />
Leiningen
[com.github.openjson/openjson "1.0.13"]
Apache Buildr
'com.github.openjson:openjson:jar:1.0.13'
Dependencies