puppetlabs / ruby-hocon

A Ruby port of the Typesafe Config library.
Apache License 2.0
34 stars 30 forks source link

(TK-251) Convert symbol keys to strings #62

Closed MSLilah closed 9 years ago

MSLilah commented 9 years ago

When parsing a Hash in ConfigValueFactory, automatically convert all symbol keys to strings.

MSLilah commented 9 years ago

This PR addresses https://github.com/puppetlabs/ruby-hocon/issues/60

MSLilah commented 9 years ago

@cprice404 Nested maps will now be pre-processed as well.

jpinsonault commented 9 years ago

Looks good to me :+1: