Skip to content

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

@dbones

Description

@dbones

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions