Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom formatters (support for PascalCase -> camelCase conversion) #27

Open
dbones opened this issue Oct 2, 2015 · 1 comment
Open

Comments

@dbones
Copy link

dbones commented Oct 2, 2015

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
@mbagattini
Copy link

Kinda second this

nefarius added a commit to nefarius/JsonConfig that referenced this issue Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants