JsonButler generates C# types and files from JSON data, and serializes types to JSON without explicit object instantiation.
Info
Version: | 1.0.4 |
Author(s): | Andeart |
Last Update: | Sunday, March 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/andeart/JsonButler |
NuGet Url: | https://www.nuget.org/packages/Andeart.JsonButler |
Install
Install-Package Andeart.JsonButler
dotnet add package Andeart.JsonButler
paket add Andeart.JsonButler
Andeart.JsonButler Download (Unzip the "nupkg" after downloading)
Dependencies
- Andeart.CaseConversions(>= 2.0.3)
- Microsoft.CodeAnalysis.CSharp(>= 2.0.0)
- Newtonsoft.Json(>= 8.0.3)
- System.Collections.Immutable(>= 1.3.1)
- System.Reflection.Metadata(>= 1.4.2)
Tags