| 组织ID: |
com.vaadin.external.json |
| 项目ID: |
json |
| 版本: |
0.0.20080701 |
| 最后修改时间: |
2018-07-28 10:12:07 |
| 包类型: |
jar |
| 标题: |
JSON (JavaScript Object Notation) |
| 描述: |
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. |
| 相关URL: |
http://www.json.org/java/index.html |
| 大小: |
37.45KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.vaadin.external.json</groupId>
<artifactId>json</artifactId>
<version>0.0.20080701</version>
</dependency>
|
| Gradle引入代码: |
com.vaadin.external.json:json:0.0.20080701
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vaadin.external.json</groupId>
<artifactId>json</artifactId>
<version>0.0.20080701</version>
<name>JSON (JavaScript Object Notation)</name>
<description>JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.</description>
<url>http://www.json.org/java/index.html</url>
<organization>
<name>JSON</name>
<url>http://json.org/</url>
</organization>
<licenses>
<license>
<name>JSON License</name>
<distribution>repo</distribution>
<url>http://www.json.org/license.html</url>
</license>
</licenses>
<scm>
<connection>scm:https:https://github.com/douglascrockford/JSON-java</connection>
<developerConnection>scm:https:https://github.com/douglascrockford/JSON-java</developerConnection>
<url>https://github.com/douglascrockford/JSON-java</url>
</scm>
<distributionManagement>
<repository>
<id>vaadin-releases</id>
<name>Vaadin release repository</name>
<url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
</repository>
<snapshotRepository>
<id>vaadin-snapshots</id>
<name>Vaadin snapshot repository</name>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<developers>
<developer>
<id>douglascrockford</id>
<name>Douglas Crockford</name>
</developer>
</developers>
<repositories>
<repository>
<id>vaadin-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>vaadin-releases</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.json/json/pom.properties
META-INF/maven/org.json/json/pom.xml
org.json.CDL.class
org.json.Cookie.class
org.json.CookieList.class
org.json.HTTP.class
org.json.HTTPTokener.class
org.json.JSONArray.class
org.json.JSONException.class
org.json.JSONML.class
org.json.JSONObject$1.class
org.json.JSONObject$Null.class
org.json.JSONObject.class
org.json.JSONString.class
org.json.JSONStringer.class
org.json.JSONTokener.class
org.json.JSONWriter.class
org.json.XML.class
org.json.XMLTokener.class
|
| 依赖Jar: |
无
|