居然还有geojson
这种数据结构,感觉挺好的,GitHub也支持预览。
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"名称": "Together Massage (太古汇店)",
"价格": "200 ~400 元左右",
"房间私密性": "还行",
"按摩水平": "虽然标榜的泰式,只有前小半段是,后面的还是中式,用力比较大",
"评价人": "@cobaltdisco",
"marker-color": "#AFE4AC",
"marker-symbol": "3"
},
"geometry": {
"type": "Point",
"coordinates": [
121.4599,
31.2309
]
}
}
...
]
}