在Parse中导入JSON文件时出错

时间:2015-09-03 23:28:11

标签: json parse-platform import error-handling format

我当前的文件如下:

{
"result": [
  {
    "Longitude" : "-075.947332",
    "Zipcode" : "21922",
    "ZipClass" : "STANDARD",
    "County" : "CECIL",
    "City" : "ELKTON",
    "State" : "MD",
    "Latitude" : "+39.593612"
},
{
    "Longitude" : "-075.884544",
    "Zipcode" : "21930",
    "ZipClass" : "PO BOX ONLY",
    "County" : "CECIL",
    "City" : "GEORGETOWN",
    "State" : "MD",
    "Latitude" : "+39.366183"
  }
 ] 
}

我不断收到以下错误:

  

文件应具有以下格式   {“结果”:[{...},...]}

有任何想法或我如何导入我的文件。 我的文件链接就在这里,以便进一步了解:http://gomashup.com/json.php?fds=geo/usa/zipcode/state/MD&jsoncallback=

注意*(我的JSON文件中没有“?”,就像上面链接中的数据一样。)

1 个答案:

答案 0 :(得分:0)

看起来你需要改变"结果"到"结果"。

您链接的文件以括号(ssh -vT git@github.com OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to github.com [192.30.252.128] port 22. debug1: Connection established. debug1: identity file /home/masterkraft0r/.ssh/id_rsa type 1 debug1: key_load_public: No such file or directory debug1: identity file /home/masterkraft0r/.ssh/id_rsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/masterkraft0r/.ssh/id_dsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/masterkraft0r/.ssh/id_dsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/masterkraft0r/.ssh/id_ecdsa type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/masterkraft0r/.ssh/id_ecdsa-cert type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/masterkraft0r/.ssh/id_ed25519 type -1 debug1: key_load_public: No such file or directory debug1: identity file /home/masterkraft0r/.ssh/id_ed25519-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_7.1 debug1: Remote protocol version 2.0, remote software version libssh-0.7.0 debug1: no match: libssh-0.7.0 debug1: Authenticating to github.com:22 as 'git' debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: ssh-rsa SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8 The authenticity of host 'github.com (192.30.252.128)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? Host key verification failed. )开头,这可能也是一个问题。