A json string builder, built on `Newtonsoft.Json`'s JToken, using a Fluent DSL syntax, in C#.
Info
Version: | 1.2.22 |
Author(s): | dev-markc |
Last Update: | Friday, July 7, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/csMACnz/FluentJsonBuilder |
NuGet Url: | https://www.nuget.org/packages/csMACnz.FluentJsonBuilder |
Install
Install-Package csMACnz.FluentJsonBuilder
dotnet add package csMACnz.FluentJsonBuilder
paket add csMACnz.FluentJsonBuilder
csMACnz.FluentJsonBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 9.0.1)
Tags