Remix.run Logo
singularity2001 8 hours ago

json without comments is one of the worst cancers in programming land. however replacing json5 // with # is NOT it!

kitd 7 hours ago | parent [-]

Why?

IshKebab 7 hours ago | parent [-]

Because // is already pretty well established as the comment format in JSONC and JSON5? Why do it differently?

It is fairly minor though I would say, and at least it makes it clear that block comments aren't supported (which is good).