我在解析我的 JSON 文件时遇到错误
输入
{"大陆":"南美洲","recentJobRank":717,"latitude":"-34.6037232","lastSeenDate":"2012-11-23","start":"Inmediato","contactPerson":" Alejandra Perez","lastJobRank":2,"title":"Encimador","salary":"Convenio","jobtype":"Tiempo Completo","url":"http://www.computrabajo.com. ar/bt-ofrd-deglay-7148.htm","postedDate":"2012-11-21","duration":"Indeterminada","firstSeenDate":"2012-11-23","phoneNumber":" 011 4648-0226 RRHH","faxNumber":"011 4648-0226","location":"阿根廷布宜诺斯艾利斯","company":"Deglay SRL","id":"34076","department":"Buenos Aires","category":"others","applications":"Por e-mail o comunicandose a los telefonos","longitude":"-58.3815931"}
以下是我收到的例外情况
例外
位置 457 处的意外字符 (J)。在 org.json.simple.parser.JSONParser.nextToken(JSONParser.java:269) 的 org.json.simple.parser.Yylex.yylex(Yylex.java:610) 的 addfields 中捕获异常)
我试过在验证器上检查我的 json。看起来很好。我犯了什么明显的错误?