Info
Version: | 1.0.2 |
Author(s): | Christer van der Meeren |
Last Update: | Tuesday, November 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cmeeren/FSharp.JsonSkippable |
NuGet Url: | https://www.nuget.org/packages/FSharp.JsonSkippable |
Install
Install-Package FSharp.JsonSkippable
dotnet add package FSharp.JsonSkippable
paket add FSharp.JsonSkippable
FSharp.JsonSkippable Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.1.17)
- Newtonsoft.Json(>= 9.0.1)
Tags
JsonSkippable is an F# library that allows you to simply differentiate between null and omitted JSON properties in a strongly typed manner, for both serialization and deserialization.