An open API service indexing awesome lists of open source software.

https://github.com/jokade/uconfig

A pure Scala (partial) implementation of the HOCON config API with extended features.
https://github.com/jokade/uconfig

config scala scala-js scala-native typesafe-config

Last synced: 4 months ago
JSON representation

A pure Scala (partial) implementation of the HOCON config API with extended features.

Awesome Lists containing this project

README

        

# uconfig
A partial implementation of the [HOCON config API](https://github.com/lightbend/config) with extended features, written in pure Scala.

### Deviations from HOCON
#### Paths
- spaces in unquoted paths are (currently) not allowed, i.e. `a.path with. whitespace` is not valid.