akkadotnet / HOCON

C# implementation of Lightbend's HOCON (Human-Optimized Object Configuration Notation)
Apache License 2.0
138 stars 39 forks source link

Hyphen-separated keys in application configuration file using Hocon.Extension.Configuration #345

Open robertmircea opened 3 years ago

robertmircea commented 3 years ago

Is it possible to have hyphen separated keys in hocon configuration file loaded by Hocon.Extension.Configuration and map them to the idiomatic written PascalCase C# properties?