Referring to my question above, the reason I want to retrieve the file is that I want to know how it is structured so I can make the script that I copied work using my data instead.
Currently, the $.getJSON
url includes the string "callback=?"
in it.
So is there anyway, I can peek through or see how the data is structured in the file thats inside the $.getJSON
url string?
actually, Im following along a demo below
Tthe script in question has the $.getJSON('https://storelocator-go-demo.appspot.com/query?callback=?'
to parse the data.
When I tried opening the url, I get this error strconv.ParseFloat: parsing "": invalid syntax
我想看看 JSON 文件的结构,以便我可以用我自己的数据替换它。
希望这能解决我的问题。