akka-js / shocon

Simple pure-scala Typesafe HOCON implementation using FastParse
Apache License 2.0
74 stars 21 forks source link

Unwrap booleans. #14

Closed olafurpg closed 7 years ago

olafurpg commented 7 years ago

I added a negative test for Duration, since typesafe/config does not automatically unwrap durations.

olafurpg commented 7 years ago

See here for comparison with typesafe/config https://scastie.scala-lang.org/olafurpg/TUua5O3DRAunCu3jS4y1oQ

evacchi commented 7 years ago

cool thanks