Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Compare_JSON_API

wenshao edited this page May 15, 2016 · 7 revisions

License & Project URL

     | License    | URL

---------|------------|------------------------------------------ Fastjson | Apaceh 2.0 | https://github.com/alibaba/fastjson Gson | Apaceh 2.0 | https://github.com/google/gson Jackson | Apaceh 2.0 | https://github.com/FasterXML/jackson-core

Maven

fastjson

<dependency>
	<groupId>com.alibaba</groupId>
	<artifactId>fastjson</artifactId>
	<version>1.2.11</version>
</dependency>

jackson

<dependency>
	<groupId>com.fasterxml.jackson.core</groupId>
	<artifactId>jackson-databind</artifactId>
	<version>2.7.3</version>
</dependency>
<dependency>
	<groupId>com.google.code.gson</groupId>
	<artifactId>gson</artifactId>
	<version>2.6.2</version>
</dependency>
Clone this wiki locally