Hacker News new | ask | show | jobs
by user5994461 2109 days ago
Use HJSON, json with comments that doesn't kill you for a trailing comma.

All the benefits of JSON, no new syntax to learn, easy to fit in place in new or existing systems.

https://hjson.github.io/

1 comments

Seems better than Json5.

All languages should make unnecessary characters optional like trailing semicolons and commas.