j

json

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.
https://github.com/douglascrockford/JSON-java
The JSON License
Douglas Crockford GedMarc
文件下载
文件名 操作
json-0.63.0.17.jar 下载
json-0.63.0.17.pom 下载
json-0.63.0.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jwebmp</groupId>
  <artifactId>json</artifactId>
  <version>0.63.0.17</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp:json:0.63.0.17'
Gradle Kotlin
implementation("com.jwebmp:json:0.63.0.17")
Scala SBT
libraryDependencies += "com.jwebmp" % "json" % "0.63.0.17"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp', module='json', version='0.63.0.17')
)
Apache Ivy
<dependency org="com.jwebmp" name="json" rev="0.63.0.17" />
Leiningen
[com.jwebmp/json "0.63.0.17"]
Apache Buildr
'com.jwebmp:json:jar:0.63.0.17'