Add hocon to a cross-built Scala project and parse your first configuration — the same code on the JVM, Scala.js, and Scala Native.
Add hocon to a cross-built Scala project and parse your first configuration — the same code
on the JVM, Scala.js, and Scala Native.
Pages
Installation— hocon is a pure-Scala library with no native dependencies, so there is nothing to install at the system level — just add it to your build.
Quick Start— Parse a HOCON document, read typed values out of it, and use it for i18n messages.