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.
- Host: GitHub
- URL: https://github.com/jokade/uconfig
- Owner: jokade
- License: mit
- Created: 2017-10-29T10:50:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T09:13:09.000Z (about 6 years ago)
- Last Synced: 2025-01-08T05:48:04.996Z (6 months ago)
- Topics: config, scala, scala-js, scala-native, typesafe-config
- Language: Scala
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.