Top "Hocon" questions

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.

Scala: Write value to typesafe config object

I'm using Typesafe config & have a config file in my resources directory which looks like this: something { another { someconfig=…

scala typesafe-config hocon
Case Class Instantiation From Typesafe Config

Suppose I have a scala case class with the ability to serialize into json (using json4s or some other …

scala typesafe-config hocon
Human editable JSON-like or YAML-like program configuration in Java

Is there a Java library similar to libconfig for C++, where the config file is stored in a JSON-like format …

java configuration hocon