將 Gson 新增到你的專案中

dependencies {
    compile 'com.google.code.gson:gson:2.8.1'
}

要使用最新版本的 Gson

下面的行將在每次編譯時編譯最新版本的 gson 庫,你不必更改版本。

優點: 你可以使用最新功能,速度和更少的錯誤。
缺點: 它可能會破壞與程式碼的相容性。

compile 'com.google.code.gson:gson:+'