Monday, 16 September, 2019 UTC


Summary

JSON formatted files are readable to humans but the lack of comments decreases readability. With JSONC, you can use block (/* */) and single line (//) comments to describe the functionality. Microsoft VS Code also uses this format in their configuration files like settings.json, keybindings.json, launch.json, etc.
This is a Go-only implementation, but the concept is portable to any language (hint, hint).
Discuss on Changelog News