我无法解析应用程序中 JSON 的嵌套类中的 mag 以及地点和时间,它们都将值显示为 null

Posted

技术标签:

【中文标题】我无法解析应用程序中 JSON 的嵌套类中的 mag 以及地点和时间,它们都将值显示为 null【英文标题】:I am not able to parse the mag and place and time as in nested class of JSON in app they all show value as null 【发布时间】:2021-05-09 11:22:21 【问题描述】:

代码位于此链接https://github.com/Pranjul120568/androidPracticeQuakeReport 中。并链接到apihttps://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci39540463.geojson

【问题讨论】:

【参考方案1】:

解析时必须使用响应而不是属性

第 31 行的问题:

val quake=gson.fromJson(response, Properties::class.java)

解决方案:

val quake = gson.fromJson(response, Response::class.java)

【讨论】:

以上是关于我无法解析应用程序中 JSON 的嵌套类中的 mag 以及地点和时间,它们都将值显示为 null的主要内容,如果未能解决你的问题,请参考以下文章

使用 Dart 语言解析嵌套 JSON 数组并将其放入模型类中

Mantle 2.0 无法为嵌套数组中的符号解析 JSON

由于嵌套 bean,无法在 playframework 中使用 GSON 解析 JSON

嵌套的Angular模块:无法解析npm包中的服务

跪求json无法解析的原因 String resJSON=JSON.toJSONString(ma

从 Python 中的嵌套 Json 中提取信息