我一直坚持使用动态密钥解析JSON。 JSON看起来像:
{
"customName": {
"customKey": Double,
"customKey": Double,
"customKey": Double,
"customKey": Double,
"customKey": Double,
"customKey": Double,
"customKey": Double
}
}
唯一已知的 - 每个customName中的customKeys数量 - 7
我需要一个[" customKey":Double]的词典
我的问题与This非常相似,但我的所有键都是动态的。
最好的方法是什么?
非常感谢