我正在尝试从 JSON 响应中获取一个值,其中响应中的另一个值是真的......听起来很乱,我是新手,抱歉。也许这会有所帮助,这是我的 JSON 响应的一部分:
({"findlocationresult":{
"from":{
"location":[{
"@x":"1460658",
"@y":"6247996",
"displayname":"Stockholm (Ronneby kn)",
"type":"S",
"locationid":7432356},
{
"@x":"1628182",
"@y":"6580960",
"bestmatch":"true",
"displayname":"Stockholm Centralstation",
"type":"S",
"locationid":7400001}
我正在尝试将displayname
wherebestmatch
设置为 true。此外,bestmatch
仅存在于响应中的一项(?)。
希望你能得到我想要做的!非常感谢帮助!
干杯!