Gson是一个Java库,可以用来将Java对象转换成它们的JSON表示。它还可以用来将JSON字符串转换成等价的Java对象。
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
- 本地下载(推荐): 本地下载