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

Crash upon comments #5

Open
sergeevabc opened this issue Feb 7, 2024 · 1 comment
Open

Crash upon comments #5

sergeevabc opened this issue Feb 7, 2024 · 1 comment

Comments

@sergeevabc
Copy link

Dear @Garey27, I am well aware that the JSON specification does not allow comments, but some parsers allow // for single-line comments for /**/ for multi-line comments. The fact is that some patterns need to be disabled from time to time, and this can only be done with the help of a comment. Unfortunately, you chose JSON, not YAML or TOML. At present using // causes the app to crash.

@sergeevabc
Copy link
Author

sergeevabc commented Feb 7, 2024

For example, Byte-Pattern-Patcher by @ViRb3, although not characterized by speed and clarity of output, it has the ability to disable patterns with disabled: true key.

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

1 participant