j

json-java-ordered

A reference implementation of a JSON package in Java. (Ordered version implementation using LinkedHashMap instead of HashMap of https://github.com/stleary/JSON-java) See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.
https://github.com/anandvarkeyphilips/json-java-ordered
The Apache Software License, Version 2.0
Anand Varkey Philips
Files download
File Operation
json-java-ordered-20180813.jar download
json-java-ordered-20180813.pom download
json-java-ordered-20180813-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.anandvarkeyphilips</groupId>
  <artifactId>json-java-ordered</artifactId>
  <version>20180813</version>
</dependency>
Gradle Groovy
implementation 'com.github.anandvarkeyphilips:json-java-ordered:20180813'
Gradle Kotlin
implementation("com.github.anandvarkeyphilips:json-java-ordered:20180813")
Scala SBT
libraryDependencies += "com.github.anandvarkeyphilips" % "json-java-ordered" % "20180813"
Groovy Grape
@Grapes(
  @Grab(group='com.github.anandvarkeyphilips', module='json-java-ordered', version='20180813')
)
Apache Ivy
<dependency org="com.github.anandvarkeyphilips" name="json-java-ordered" rev="20180813" />
Leiningen
[com.github.anandvarkeyphilips/json-java-ordered "20180813"]
Apache Buildr
'com.github.anandvarkeyphilips:json-java-ordered:jar:20180813'
Dependencies
The project has no third-party dependencies