Strip comments / Minify #294
Labels
kind: enhancement/improvement
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
While comments are not part of JSON, some people (particularly those writting JSON files by hand sometimes add comments to them). That makes those files not JSON anymore. The typical solution when one wants to process one of those files as JSON is to "minify" them first.
Is it possible to strip comments / minify json files before parsing them as json?
The text was updated successfully, but these errors were encountered: