jfcarter2358/jsonc

support for block comments

Closed this issue · 2 comments

Hi there,

I have just tried your module.
It would be awesome if you could add support for block comments
(just to be clear: comments starting with /* and ending with */ that
could span multiple lines).

Thank you so much for your support!

Hello!

I've just merged in a PR which adds support for c-style block comments. If you want to give it a spin, try installing jsoncparser==1.1.0 and let me know how that goes! There are some limitations currently to the support (I've listed them out in the PR here) but hopefully those won't be too much of an issue and they'll be taken care of as I re-work the backing parser.

Thank you for your fast response!
I have tried it and it works!