(no title)
dwiechert | 8 years ago
- 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...
dschep|8 years ago
jitl|8 years ago
Both to me seem easily encoded using YAML's support for custom types.