minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

Request to add more details to parsing errors #70

Open tymeshifter opened 2 years ago

tymeshifter commented 2 years ago

It would be useful to get more debugging information in the case of parsing errors. Things like byte offsets or string sections. Errors like:

Failed to find all structural indices for stage 1

Are not really helpful when parsing large amounts of data.