大家看看这种json该如何在后台解析取值({"results":[{"CityCode":"0591","station":"12","district":"三环以内","freight":"0"}],"addressComponent":{"province":"福建省","city":"福州市","district":"台江区"}})
建立好实体类用json.net反序列化为对象
JSON.NET DEMO