admin管理员组

文章数量:1287553

using "import json-five" module I get an error when reading a bigger .json5 file with json5.load(file) :

"Illegal character '(' at index 19238"

Since it is a bigger .json5 file it is hard to find out the location where the error with '(' occurs, e.g. which line of the file.

How can I figure out a more precise information? - thanks

本文标签: json5pythonfive parser gives hard to track error positionStack Overflow