Info
Version: | 1.1.28 |
Author(s): | Timo Dörr, Hüseyin Uslu, Carlos Gustavo Sarmiento, Benjamin Höglinger-Stelzer |
Last Update: | Thursday, February 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nefarius/JsonConfig |
NuGet Url: | https://www.nuget.org/packages/Nefarius.JsonConfig |
Install
Install-Package Nefarius.JsonConfig
dotnet add package Nefarius.JsonConfig
paket add Nefarius.JsonConfig
Nefarius.JsonConfig Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Newtonsoft.Json(>= 12.0.3)
- Microsoft.CSharp(>= 4.7.0)
- Newtonsoft.Json(>= 12.0.3)
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.