Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created December 29, 2022 22:32
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/949407f65ae7f5fb4e4f1fff68cc0fdd to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/949407f65ae7f5fb4e4f1fff68cc0fdd to your computer and use it in GitHub Desktop.
Sample JSON Setting File
{
"Settings": {
"BackgroundColor": "Green",
"BlockedUsers": null,
"FontSize": 24,
"Logging": {"Test":{"Level":"Debug"},"Prod":{"Level":"Warning"}},
"ReleaseDate": "2020-08-04T12:34:56.789Z",
"RolloutPercentage": [25,50,75,100],
"UseDefaultRouting": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment