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

Feature Request: JSON Support #1

Open
erikshafer opened this issue Jan 24, 2019 · 1 comment
Open

Feature Request: JSON Support #1

erikshafer opened this issue Jan 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@erikshafer
Copy link

In addition to natively taking in and parsing a YAML file, with .NET Core promoting use of files such as appsettings.json, it would be incredibly useful for this library to support JSON out of the box. This could be done via StreamReader, but having support like with YAML would follow the paradigm Microsoft has set.

@sdhiman30 sdhiman30 added the enhancement New feature or request label Feb 1, 2019
@mattglet
Copy link

I would also like to see an overload where I can pass in my keys to the Load method. I prefer to keep these types of settings encrypted so that when they are committed to source control they are not in plain text (.NET Framework supports this via web.config encryption key containers). Having the YAML file requires that my credentials be stored and committed via plain text :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants