Hacker News new | ask | show | jobs
by atraac 2279 days ago
JSON5 supports comments. NET Core has been working with comments inside .json appsettings files for a very long time now.
1 comments

json5 is a neat idea, but if you’re going to use a serialization format that isn’t json, yaml is the way to go, despite its known minor inconveniences. Everything can read json and yaml. Not much can read json5.