JSONObject 和 JsonObject

总结,方便后续查阅java 一、区别: 一、JSONObject 是Android原生的json类,经过import org.json.JSONObject来导入。json 二、JsonObject 须要引入以下库文件,经过com.google.gson.JsonObject来导入。服务器 implementation 'com.google.code.gson:gson:2.8.5' 二、使用
相关文章
相关标签/搜索