摘要:
package com.jdk.json; import com.google.gson.Gson; import com.jkd.entity.School; public class Gson_Json { public static String jsonString = "{\n" + " 阅读全文
posted @ 2021-09-01 09:59
李林林
阅读(34)
评论(0)
推荐(0)
摘要:
package com.jkd.entity; public class Computer { public String cpu; public String disk; public String getCpu() { return cpu; } public void setCpu(Strin 阅读全文
posted @ 2021-09-01 09:58
李林林
阅读(299)
评论(0)
推荐(0)
摘要:
对象嵌套 : { "name": "teacher", "computer": { "CPU": "intel7", "disk": "512G" }, "students": [ { "name": "张三", "age": 18, "sex": "男" }, { "name": "李四" 阅读全文
posted @ 2021-09-01 09:56
李林林
阅读(38)
评论(0)
推荐(0)

浙公网安备 33010602011771号