Can we please standardize JSONC already? I just want simple data, trailing commas, comments, and nothing else. I hate YAML and TOML with a passion.
KDL Document Language

A modern document language with the flexibility of XML and the simplicity of JSON and YAML. Your new favorite configuration language. - KDL Document Language

GitHub
@evilpilaf I guess my original comment wasn't clear enough :) I just want comments in JSON. JSON5 seems to be the best fit so far.
@cyco130 ahh sorry, the mention of Yaml/Toml threw me off
@evilpilaf Yeah, to me YAML is "more 'readable' but less easily parseable (even by humans) JSON" but TOML is probably more related to INI than JSON.

@cyco130 Yes. YAML is the worst. However, there is a reason why json has no comments:

"Comments should never be used to transmit anything meaningful. That is
what JSON is for."

https://web.archive.org/web/20130101004216/http://tech.groups.yahoo.com:80/group/json/message/152

json : Message: Re: Comments

json: JSON JavaScript Object Notation

@siedlerchr I admire the designers of JSON for protecting it from being bastardized by putting metadata into comments. It's probably one of the most important reasons why it was so successful as a data exchange format.

But we need a config fornat as well. A separate one, of course. Let's keep the current one as is. JSON5 seems promising.