Info
Version: | 1.0.0 |
Author(s): | Timo Dörr |
Last Update: | Wednesday, September 3, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Dynalon/JsonConfig |
NuGet Url: | https://www.nuget.org/packages/JsonConfig |
Install
Install-Package JsonConfig
dotnet add package JsonConfig
paket add JsonConfig
JsonConfig Download (Unzip the "nupkg" after downloading)
Dependencies
- JsonFx(2.0.1209.2802)
Tags
It is based on JsonFX and C# 4.0 dynamic feature.
Allows putting your programs config file into .json files, where a default config can be embedded as a resource or put in the (web-)application folder. Configuration can be accessed via dynamic types, no custom classes or any other stub code is necessary.
JsonConfig brings support for config inheritance, meaning a set of configuration files can be used to have a single, scoped configuration at runtime which is a merged version of all provided configuration files.