jsonc support is inside entrypoint file
Open
bug
documentation
enhancement
good first issue
help wanted
question
- Dominant language
- C++
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
No support for --jsonc in the parser
We currently strip comments in main.cpp when --jsonc is given, but the stripping logic is fragile (doesn't handle strings correctly in all cases)
either write a real token-based comment skipper, or move comment support into the parser itself (preferred)
Move the jsonc stuff into the parser itself and remove it from main.cpp entrypoint
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.