Open
Description
A lot of projects in the wild are using JSON for their config files (despite it never having been intended as config format). As a consequence they support //
and /* */
style comments, because otherwise it would be annoying to work with such configs. There are even a few JSON extension formats with comment support. Red JSON decoder, being compliant, just fails to load such files.
I propose adding comment support as a decoder option (refinement).
Metadata
Metadata
Assignees
Labels
No labels