GSON序列化json和解析json
项目地址:https://github.com/wrs13634194612/Gson_jsonString.git1.添加依赖: implementation 'com.google.code.gson:gson:2.8.0'2.UserSimple对象类:package com.example.administrator.testz;import com.example...