JsonConfig 1.0.0

dotnet add package JsonConfig --version 1.0.0
NuGet\Install-Package JsonConfig -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JsonConfig" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsonConfig --version 1.0.0
#r "nuget: JsonConfig, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 178,527 9/3/2014