JSON Parsing Error: Unexpected '-' Character
This error occurs when the JSON parser encounters a character that is not expected in the JSON format. In this case, the parser encountered a dash (-) character instead of a space separating root-level values.
To fix this error, ensure that the JSON is properly formatted with correct syntax. Check for any missing or extra characters, such as extra dashes or missing spaces between values. It may also be helpful to use a JSON validator to check for any errors in the JSON formatting.
原文地址: https://www.cveoy.top/t/topic/nXq7 著作权归作者所有。请勿转载和采集!