gbowne1 / gbowne1/jsonify

jsonc support is inside entrypoint file

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.