-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
The used JSON parser doesn't support comments within the configuration JSON file.
Steps to reproduce:
- Take a working example configuration file and use it
- Add a comment with "//" either at the end of a line or at the beginning of a line
Expected:
- The plugin still uses the configuration file
Actual:
- Parsing error, configuration file is not accepted
My use case is that I'd like to add comments what an option actually means. Some of them are very cryptic or at least not intuitive to understand. Being able to use comments within a JSON file should be possible.
Reactions are currently unavailable