HOCON (Human-Optimized Config Object Notation) keep the semantics (tree structure; set of types; encoding/escaping) from JSON, but make it more convenient as a human-editable config file format.
I'm using Typesafe config & have a config file in my resources directory which looks like this: something { another { someconfig=…
scala typesafe-config hoconSuppose I have a scala case class with the ability to serialize into json (using json4s or some other …
scala typesafe-config hoconIs there a Java library similar to libconfig for C++, where the config file is stored in a JSON-like format …
java configuration hocon