Provides a simple way to save settings as JSON, with read/write support and strongly typed object binding.
Info
Version: | 1.0.14 |
Author(s): | Tylor Pater |
Last Update: | Wednesday, April 6, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/frogcrush/SimpleJsonSettings |
NuGet Url: | https://www.nuget.org/packages/TylorsTech.SimpleJsonSettings |
Install
Install-Package TylorsTech.SimpleJsonSettings
dotnet add package TylorsTech.SimpleJsonSettings
paket add TylorsTech.SimpleJsonSettings
TylorsTech.SimpleJsonSettings Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)