commentjson
commentjson copied to clipboard
Add JavaScript or Python style comments in JSON.
The lark-parser has been renamed to lark. The newest release seems to be compatible with commentjson's code and all tests pass, so just update the requirement. Closes #51
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...
Newer versions of lark-parser have added pyinstaller support, which is something that I would like. lark-parser 0.8.1 is also supposedly backwards compatible now. In theory you should be able to...
Could you please tag all new releases in general and release 0.8.3 in particular on GitHub? Thanks!
This maintains compatibility with the Python json library which raises ValueError when it cannot parse a file.
Hey 👋🏻, I am currently looking into licensing at Home Assistant, and I found that we could not detect the license of this library properly. According to pyproject.toml documentation about...
Python 3.12 moves testing for `Infinity` and other constants into `test_json/test_decode.py::test_parse_constant`.
Hi, Is there a chance to switch to https://pypi.org/project/lark/ instead of `lark-parser`? Is it doable or it's too much work? We have `commentjson` as a dependency in one of our...