Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser problem when comment in first line #830

Closed
BSVogler opened this issue Oct 11, 2018 · 1 comment
Closed

Parser problem when comment in first line #830

BSVogler opened this issue Oct 11, 2018 · 1 comment

Comments

@BSVogler
Copy link

The parser has problems with reading json files, which start with a comment. I think comments should either not be supported at all (as the json standard) or all current known bugs regarding comments should be fixed. To make sure that there are not bugs there should be some unit-test for the parser.

@cdunn2001
Copy link
Contributor

If you can fix this, please submit a PR. There is a way to configure the CharReader to make comments illegal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants