Last Version

JSON-java-ordered 20180813

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.

License

License

Categories

Categories

Java Languages KeY Data Data Formats Formal Verification JSON
GroupId

GroupId

com.github.anandvarkeyphilips
ArtifactId

ArtifactId

json-java-ordered
Version

Version

20180813
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/anandvarkeyphilips/json-java-ordered
Source Code Management

Source Code Management

https://github.com/anandvarkeyphilips/json-java-ordered

Download json-java-ordered 20180813


<!-- https://jarcasting.com/artifacts/com.github.anandvarkeyphilips/json-java-ordered/ -->
<dependency>
    <groupId>com.github.anandvarkeyphilips</groupId>
    <artifactId>json-java-ordered</artifactId>
    <version>20180813</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anandvarkeyphilips/json-java-ordered/
implementation 'com.github.anandvarkeyphilips:json-java-ordered:20180813'
// https://jarcasting.com/artifacts/com.github.anandvarkeyphilips/json-java-ordered/
implementation ("com.github.anandvarkeyphilips:json-java-ordered:20180813")
'com.github.anandvarkeyphilips:json-java-ordered:jar:20180813'
<dependency org="com.github.anandvarkeyphilips" name="json-java-ordered" rev="20180813">
  <artifact name="json-java-ordered" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anandvarkeyphilips', module='json-java-ordered', version='20180813')
)
libraryDependencies += "com.github.anandvarkeyphilips" % "json-java-ordered" % "20180813"
[com.github.anandvarkeyphilips/json-java-ordered "20180813"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.