Extensible F# Event Codec for System.Text.Json and Newtonsoft.Json with versioning tolerant converters.
Info
Version: | 3.0.0 |
Author(s): | @jet @amjjd @bartelink @eiriktsarpalis and contributors |
Last Update: | Monday, March 18, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jet/FsCodec |
NuGet Url: | https://www.nuget.org/packages/FsCodec.NewtonsoftJson |
Install
Install-Package FsCodec.NewtonsoftJson
dotnet add package FsCodec.NewtonsoftJson
paket add FsCodec.NewtonsoftJson
FsCodec.NewtonsoftJson Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FsCodec(>= 2.1.1)
- FSharp.Core(>= 4.3.4)
- Microsoft.IO.RecyclableMemoryStream(>= 1.2.2)
- Newtonsoft.Json(>= 11.0.2)
- System.Buffers(>= 4.5.0)
- TypeShape(>= 8.0.0)
- FsCodec(>= 2.1.1)
- FSharp.Core(>= 3.1.2.5)
- Microsoft.IO.RecyclableMemoryStream(>= 1.2.2)
- Newtonsoft.Json(>= 11.0.2)
- System.Buffers(>= 4.5.0)
- TypeShape(>= 8.0.0)
Tags