Comment on Comparison of configuration file languages (2016)Comments−oezi1yIf JSON would allow comments (and trailing commas would be nice as well), then I think it would be a strong contender for a config format as well.−anon70001yMany configuration files for tools in the JS ecosystem actually do allow both of those through json5 (https://json5.org/)−massifist1yAlso, allowing unquoted names.
Comments
If JSON would allow comments (and trailing commas would be nice as well), then I think it would be a strong contender for a config format as well.
Many configuration files for tools in the JS ecosystem actually do allow both of those through json5 (https://json5.org/)
Also, allowing unquoted names.