Hacker News new | ask | show | jobs
by dschep 3320 days ago
Is it any better than Yaml? All of those statements are true of yaml and it's much more commonly used.
1 comments

The two differences from YAML that seem obvious are "includes" which reference other files, and drawing values in a HOCON file from an environment variable.

Both to me seem easily encoded using YAML's support for custom types.