Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created April 14, 2021 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/97a92778935834e402e171e906810325 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/97a92778935834e402e171e906810325 to your computer and use it in GitHub Desktop.
Efficient appsettings.json transformation, saving some keystrokes for you.
{
// Top level properties
"Mode": "Development",
// Properties from a JSON Array
"MailFeature:0:Subject": "Dev Subject Marketing",
"MailFeature:1:Subject": "Dev Subject Users",
"MailFeature:2:Subject": "Dev Subject Orders",
// Property from deep Nested JSON objects
"Logging:LogLevel:Default": "Error"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment