JsonConfig 1.0.0
dotnet add package JsonConfig --version 1.0.0
NuGet\Install-Package JsonConfig -Version 1.0.0
<PackageReference Include="JsonConfig" Version="1.0.0" />
paket add JsonConfig --version 1.0.0
#r "nuget: JsonConfig, 1.0.0"
// Install JsonConfig as a Cake Addin #addin nuget:?package=JsonConfig&version=1.0.0 // Install JsonConfig as a Cake Tool #tool nuget:?package=JsonConfig&version=1.0.0
JsonConfig is a simple to use configuration library, allowing JSON based config files for your C#/.NET application instead of cumbersome web.config/application.config xml files.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- JsonFx (>= 2.0.1209.2802)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on JsonConfig:
Package | Downloads |
---|---|
BLogic.BeTested.Automation.Core
Library for testing via beTested platform |
|
BLogic.Shared.Modules.Selenium
Library for creating and using Selenium tests with Page Object Pattern |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on JsonConfig:
Repository | Stars |
---|---|
bonesoul/CoiniumServ
Next-gen crypto currency mining pool software
|
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 188,570 | 9/3/2014 |