gpt4 book ai didi

json - 在 Parse.com 中导入 GeoPoints 的正确 json 格式是什么?

转载 作者:行者123 更新时间:2023-12-02 01:41:45 30 4
gpt4 key购买 nike

我正在尝试将数据集导入 parse.com.com,其中一列包含 GeoPoints。解析帮助显示 JSON 格式应如下所示:

{
"__type": "地理点",
“纬度”:64.124596,
“经度”:-147.86327
}

但是,当我尝试将其导入数据浏览器时,验证失败,因为 __type 似乎被视为单独的列,并且由于起始字符无效,导入失败。

有人可以帮忙将 GeoPoints 的正确 JSON 导入格式导入 Parse 吗?

最佳答案

这是如何做到的:

{ "results": [
{
"name":"Kfar Saba",
"location": {"__type": "GeoPoint", "latitude": 32.18406, "longitude": 34.91731}
},
{
"name":"Ar'ara BaNegev",
"location": {"__type": "GeoPoint", "latitude": 32.5, "longitude": 35.1}
}
}]

关于json - 在 Parse.com 中导入 GeoPoints 的正确 json 格式是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28144168/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com