Why is there an error in parsing json data?
滿天的星座2017-06-28 09:24:16
Use json_last_error to check the specific reason why the parsing failed
Another note: Next time, post the data directly and don’t take screenshots
天蓬老师2017-06-28 09:24:16
You can find text errors by searching json online (search a lot) or using intellij (java development IDE).
大家讲道理2017-06-28 09:24:16
Both 97 and 29 in the screenshot must be enclosed in double quotes. The key and value of the json content must be strictly enclosed in double quotes