Human-Optimized Config Object Notation
Human-Optimized Config Object Notation, aka Human-Optimized Config Object Notation, is a historical meta language created in 2011. HOCON, or Human-Optimized Config Object Notation is a format for human-readable data, and a superset of JSON and .properties. It is primarily used in conjunction with the Play framework, and is developed by Lightbend. It is also supported as a configuration format for .NET projects via Akka.NET and Puppet.. Read more on Wikipedia...
8Years Old | 25Users | 0Jobs |
- Human-Optimized Config Object Notation ranks in the top 20% of languages
- the Human-Optimized Config Object Notation website
- the Human-Optimized Config Object Notation wikipedia page
- Human-Optimized Config Object Notation first appeared in 2011
- See also: json, java-properties, puppet, yaml
- I have 17 facts about Human-Optimized Config Object Notation. what would you like to know? email me and let me know how I can help.
Example code from the web:
// one array a : [ 1, 2, 3, 4 ] // two arrays that are concatenated a : [ 1, 2 ] [ 3, 4 ] // a later definition referring to an earlier // (see "self-referential substitutions" below) a : [ 1, 2 ] a : ${a} [ 3, 4 ]
Last updated December 4th, 2019