License |
License |
---|---|
Categories |
CategoriesJava Languages JSON Data |
GroupId | GroupIdcom.xliic |
ArtifactId | ArtifactIdjson-java |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptioncom.xliic:json-java
JSON is a light-weight, language independent, data interchange format.
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.
The license includes this restriction: "The software shall be used for good,
not evil." If your conscience cannot live with that, then choose a different
package.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-java-1.1.pom | |
json-java-1.1.jar | 67 KB |
json-java-1.1-sources.jar | 78 KB |
json-java-1.1-javadoc.jar | 547 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xliic/json-java/ -->
<dependency>
<groupId>com.xliic</groupId>
<artifactId>json-java</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xliic/json-java/
implementation 'com.xliic:json-java:1.1'
// https://jarcasting.com/artifacts/com.xliic/json-java/
implementation ("com.xliic:json-java:1.1")
'com.xliic:json-java:jar:1.1'
<dependency org="com.xliic" name="json-java" rev="1.1">
<artifact name="json-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xliic', module='json-java', version='1.1')
)
libraryDependencies += "com.xliic" % "json-java" % "1.1"
[com.xliic/json-java "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.jayway.jsonpath : json-path | jar | 2.1.0 |
org.mockito : mockito-core | jar | 1.9.5 |