I encountered the following error when verifying json formatting. It always prompts "EOF", saying that there is a problem with the comma... What is the problem with this comma? How can I modify this problem? This is the following path: {code...}. This comma is generated .........
I encountered the following error when verifying json formatting.
It always prompts "EOF", saying that there is a problem with the comma... What is the problem with this comma? How can I modify this problem?
This is a path as follows:
{"CCode": "010", "lon": "116.166116", "cName": "Beijing", "adCode": "110106", "pName ": "Beijing garden Expo (Gate 6)", "adName": "Fengtai District", "lat": "39.878187" },{ "cCode": "010", "lon ": "116.145997", "cName": "Beijing", "adCode": "110106", "pName": "Riverside Park", "adName": "Fengtai District", "lat ": & quot; 39.790856 & quot "},
The comma .................
Reply content:
I encountered the following error when verifying json formatting.
It always prompts "EOF", saying that there is a problem with the comma... What is the problem with this comma? How can I modify this problem?
This is a path as follows:
{"CCode": "010", "lon": "116.166116", "cName": "Beijing", "adCode": "110106", "pName ": "Beijing garden Expo (Gate 6)", "adName": "Fengtai District", "lat": "39.878187" },{ "cCode": "010", "lon ": "116.145997", "cName": "Beijing", "adCode": "110106", "pName": "Riverside Park", "adName": "Fengtai District", "lat ": & quot; 39.790856 & quot "},
The comma .................
[{"CCode": "010", "lon": "116.166116", "cName": "Beijing", "adCode": "110106", "pName ": "Beijing garden Expo (Gate 6)", "adName": "Fengtai District", "lat": "39.878187" },{ "cCode": "010", "lon ": "116.145997", "cName": "Beijing", "adCode": "110106", "pName": "Riverside Park", "adName": "Fengtai District", "lat ": "39.790856"}]
Your json should be contained in an array, just like the above answer