License |
License |
---|---|
Categories |
CategoriesJava Languages KeY Data Data Formats Formal Verification JSON |
GroupId | GroupIdcom.github.anandvarkeyphilips |
ArtifactId | ArtifactIdjson-java-ordered |
Version | Version20180813 |
Type | Typejar |
Description |
DescriptionJSON-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-java-ordered-20180813.pom | |
json-java-ordered-20180813.jar | 61 KB |
json-java-ordered-20180813-sources.jar | 70 KB |
json-java-ordered-20180813-javadoc.jar | 168 KB |
Browse |
<!-- 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"]