C# / .NET implementation of JSON Type Definition.
Info
Version: | 0.1.2 |
Author(s): | ucarion |
Last Update: | Saturday, October 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jsontypedef/json-typedef-csharp |
NuGet Url: | https://www.nuget.org/packages/Jtd.Jtd |
Install
Install-Package Jtd.Jtd
dotnet add package Jtd.Jtd
paket add Jtd.Jtd
Jtd.Jtd Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- System.Text.Json(>= 4.7.2)