Info
Version: | 1.1.0 |
Author(s): | galdenny |
Last Update: | Friday, October 18, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/galdenny/JsonDoc |
NuGet Url: | https://www.nuget.org/packages/Dennysoft.Core.JsonDoc |
Install
Install-Package Dennysoft.Core.JsonDoc
dotnet add package Dennysoft.Core.JsonDoc
paket add Dennysoft.Core.JsonDoc
Dennysoft.Core.JsonDoc Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Tags
Json does not allow any commenting as a standard, but most of the serializers can work with some comments in the document.
For configuration files it is essential to have some explanatory documentation over the parameters especially if the parameter set is large enough.I am using this technique for some time now, and I am very satisfied with the results. You can generate your default config file with an ease, and well commented for the operators.