【发布时间】:2014-04-01 06:23:39
【问题描述】:
如何在json中设置参数 这个json是字符串类型的,我用的是c#代码。
这是我的 json;
double Latitude = e.current.Latitude;
double Longitude = e.current.Longitude;
string json = "{ \"device_id\" : \"nishant\",\"position\" : \"47.64325,-122.14196\" }";
如何在位置 47.64325 和 -122.14196 中设置纬度和经度
【问题讨论】:
-
此行返回错误 Formate exception was unhandled "FormatException"
标签: c# asp.net .net json windows-phone-8