Gson
Gson-谷歌发布的可以在Obj和Json间相互转化的解析框架
github: https://github.com/google/gson
android-studio: jar包
compile 'com.google.code.gson:gson:2.8' compile fileTree(dir: "libs", include: ["*.jar"])
更多用法
随笔
github: https://github.com/google/gson
android-studio: jar包
compile 'com.google.code.gson:gson:2.8' compile fileTree(dir: "libs", include: ["*.jar"])
更多用法