Open ml-evs opened 9 months ago
Resolves: #92.
tox
This is still WIP as the case for handling inline comments is not covered (without breaking when e.g., // is used inside a key or value).
//
I'm also having a hard time finding a well-defined standard. https://komkom.github.io/jsonc/ provides some example for Go, and VSCode uses something pretty similar: https://code.visualstudio.com/docs/languages/json#_json-with-comments -- so the question how useful this really is depends on how widespread its usage is.
Check List
Resolves: #92.
tox
test suite locally, so the CI pipelines should be green.This is still WIP as the case for handling inline comments is not covered (without breaking when e.g.,
//
is used inside a key or value).I'm also having a hard time finding a well-defined standard. https://komkom.github.io/jsonc/ provides some example for Go, and VSCode uses something pretty similar: https://code.visualstudio.com/docs/languages/json#_json-with-comments -- so the question how useful this really is depends on how widespread its usage is.