1. 程式人生 > >使用Java從處理JSON數據

使用Java從處理JSON數據

www version 數據 tid com pos json數據 style .html

maven依賴:

<!-- https://mvnrepository.com/artifact/org.json/json -->
<dependency>
    <groupId>org.json</groupId>
    <artifactId>json</artifactId>
    <version>20171018</version>
</dependency>

教程:

http://wiki.jikexueyuan.com/project/json/with-java.html

http://www.oracle.com/technetwork/articles/java/json-1973242.html

使用Java從處理JSON數據