【发布时间】:2021-09-03 03:17:37
【问题描述】:
谁能帮我设计pojo类来关注json
"t_details":{
// this numeric value is dynamic value from server
"980303030303": {
"key1": "27389237482744",
"key2": ""
}
}`
我需要为上面提到的json创建响应类(getter setter),其中key是动态值
【问题讨论】:
标签: android json jsonschema2pojo