JsonConfig-bronemishka 3.0.0

dotnet add package JsonConfig-bronemishka --version 3.0.0
NuGet\Install-Package JsonConfig-bronemishka -Version 3.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-bronemishka" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsonConfig-bronemishka --version 3.0.0
#r "nuget: JsonConfig-bronemishka, 3.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-bronemishka as a Cake Addin
#addin nuget:?package=JsonConfig-bronemishka&version=3.0.0

// Install JsonConfig-bronemishka as a Cake Tool
#tool nuget:?package=JsonConfig-bronemishka&version=3.0.0

JsonConfigNet

<img src="icon.png" alt="JsonConfigLogo" style="height: 256px; width:256px;"/> <br> Pretty simple library that allows easily managing and creating json configs.

📕Description

Main target of this library is to make simple library that can be used in any your project to simply create and manage json configuration files
For that reason I created this.

🛠Installation

You can download nuget package here.
Otherwise you can compile library by yourself, and all you needed is .net6.0 or later and IDE, where you can open the solution or dotnet build if you know how to use it.

🏗Usage

To use this library firstly you need to compile it and include in your dependencies, or just install it as nuget package. Then import it by using JsonConfig; in your code

After this you can create an instance of JConfig, and class that will inherit IConfig interface, also you need to pass path to config in constructor when initializing class. After creating instance of JConfig you can access every setting via Config property. To save and load config you have dedicated methods:

  • LoadConfig()
    Where you pass path to json file, so it tries to deserialize it and then place in Config property
  • SaveConfig()
    Where you pass path to where json file should be saved. \

Starting 2.2 you can access config path using Path property.

*Example of library usage can be found here

🆘Support

Feel free to suggest features and report bugs in issues tab. That will make this small lib much better

📝Contributing

If you want to contribute, then make sure that it scopes changes related to bugfixes and code improvements.

📃License

Licensed under GNU GPL v3.0

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 154 6/8/2023
2.2.3 289 12/19/2022
2.2.1 282 12/18/2022
2.2.0 267 12/18/2022
2.1.0 406 5/9/2022
2.0.2 375 5/7/2022
2.0.1 374 5/7/2022
2.0.0 405 5/7/2022
1.0.0 437 5/2/2022