commentjson
commentjson copied to clipboard
Allow ValueError to pass-through without exception conversion.
This maintains compatibility with the Python json library which raises ValueError when it cannot parse a file.
This is to address https://github.com/vaidik/commentjson/issues/43
Thanks for the change. I see your point. Which version of Python are you using? I tried testing against Python 3.8 and I am getting json.decoder.JSONDecodeError instead.
Also, some tests are failing. Can you check these once please?