test-fullautomation / python-jsonpreprocessor

A preprocessor for json files
Apache License 2.0
2 stars 2 forks source link

Extended debugging support #281

Closed HolQue closed 1 month ago

HolQue commented 1 month ago

In case of JSON syntax errors, the JsonPreprocessor exception contains an extract of the JSON content nearby the position, where the error occurred.

Realizes: https://github.com/test-fullautomation/python-jsonpreprocessor/issues/279