Closed bmcnett closed 1 year ago
it's typical in a JSON parser to report the line number and column of the error, rather than the byte offset from the beginning of the file.
I don't get subtracting / adding the position every iteration through the loop.
it's typical in a JSON parser to report the line number and column of the error, rather than the byte offset from the beginning of the file.