|
|
|
|
|
by Patient0
4481 days ago
|
|
JSON is explicitly not designed to be hand-editable. Hence, for example, no comments. It's just meant to be human readable. If you want human editable "json", use Yaml: http://www.yaml.org/ (it's a superset of Json that adds comments, linking etc.) |
|
https://github.com/typesafehub/config/blob/master/HOCON.md