组织ID: |
net.minidev |
项目ID: |
json-smart |
版本: |
1.0.6.3 |
最后修改时间: |
2018-08-01 15:54:59 |
包类型: |
jar |
标题: |
JSON Small and Fast Parser |
描述: |
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.
|
大小: |
38.62KB |
|
Maven引入代码: |
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>1.0.6.3</version>
</dependency>
|
Gradle引入代码: |
net.minidev:json-smart:1.0.6.3
|
下载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/xsd/maven-4.0.0.xsd">
<!-- this POM is released under an Apache 2.0 license -->
<modelVersion>4.0.0</modelVersion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>1.0.6.3</version>
<packaging>jar</packaging>
<parent>
<groupId>net.minidev</groupId>
<artifactId>parent</artifactId>
<version>1.0.6.3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<name>JSON Small and Fast Parser</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>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.minidev.json.JSONStyler.class
net.minidev.json.JStylerObj$MustProtect.class
net.minidev.json.JStylerObj$EscapeLT.class
net.minidev.json.JStylerObj$1.class
net.minidev.json.JSONObject.class
net.minidev.json.parser.ContentHandlerDumy.class
net.minidev.json.parser.FakeContainerFactory$FackList.class
net.minidev.json.parser.ContentHandler.class
net.minidev.json.parser.ContainerFactory$1.class
net.minidev.json.parser.JSONParserBase.class
net.minidev.json.parser.FakeContainerFactory$FackMap.class
net.minidev.json.parser.JSONParserStream.class
net.minidev.json.parser.ParseException.class
net.minidev.json.parser.JSONParserBase$MSB.class
net.minidev.json.parser.FakeContainerFactory.class
net.minidev.json.parser.ContainerFactory.class
net.minidev.json.parser.ContentHandlerCompressor.class
net.minidev.json.parser.ContainerFactory$2.class
net.minidev.json.parser.JSONParser.class
net.minidev.json.JSONArray.class
net.minidev.json.JStylerObj$MPAgressive.class
net.minidev.json.JSONValue.class
net.minidev.json.JStylerObj$MPSimple.class
net.minidev.json.JSONStreamAwareEx.class
net.minidev.json.JSONStyle.class
net.minidev.json.JStylerObj.class
net.minidev.json.JSONAwareEx.class
net.minidev.json.JSONStreamAware.class
net.minidev.json.JStylerObj$MPTrue.class
net.minidev.json.JStylerObj$StringProtector.class
net.minidev.json.JStylerObj$Escape4Web.class
net.minidev.json.JSONAware.class
META-INF/maven/net.minidev/json-smart/pom.xml
META-INF/maven/net.minidev/json-smart/pom.properties
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|