it would be cool if we can access the formatter and if possible change it. I am looking to support camel casing in the config files, but access these properties via Pascal naming ``` #config { "foo":"bar" } ``` ``` Console.Write(config.Foo); //prints bar ```