|
|
|
|
|
by dwiechert
3320 days ago
|
|
We use HOCON for one of our projects and I enjoy working with it. Some of the things I like are: - It's a superset of JSON - so you can just write JSON if you don't want to change - The ability to add comments - Multi-line strings with the use of Scala's triple-quotes - Reference other values with the use of in-line variables - https://github.com/typesafehub/config/blob/master/HOCON.md#s... |
|