Thoth.Json.Net 11.0.0

dotnet add package Thoth.Json.Net --version 11.0.0
NuGet\Install-Package Thoth.Json.Net -Version 11.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Thoth.Json.Net" Version="11.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thoth.Json.Net --version 11.0.0
#r "nuget: Thoth.Json.Net, 11.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Thoth.Json.Net as a Cake Addin
#addin nuget:?package=Thoth.Json.Net&version=11.0.0

// Install Thoth.Json.Net as a Cake Tool
#tool nuget:?package=Thoth.Json.Net&version=11.0.0

Thoth.Json.Net

Library for working with JSON in a type safe manner, this libs is the .NET version of Thoth.Json.

Learn more about Thoth.Json here.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (43)

Showing the top 5 NuGet packages that depend on Thoth.Json.Net:

Package Downloads
Thoth.Json.Giraffe

JSON serializer for Giraffe implemented with Thoth.Json.Net

GetIt

.NET library to help introduce programming in a funnier way. Inspired by Scratch and Turtle graphics.

Thoth.Json.Net.CE

Computation Expression for building Thoth.Json.Net decoders

Dap.Context

Dap Context Libs

Plough.WebApi.Core

Library to design web api with shared api server/client definition project. Plough.WebApi.Core has compatibility with F# Fable.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.0 186,924 2/8/2023
10.1.0 21,592 2/1/2023
10.0.0 34,282 12/4/2022
9.0.0 21,272 11/9/2022
8.0.0 186,590 1/5/2022
7.1.0 78,868 9/16/2021
7.0.0 1,911 9/12/2021
6.0.0 667 9/12/2021
5.0.0 206,109 10/15/2020
4.1.0 88,096 5/7/2020
4.0.0 27,785 3/4/2020
3.6.0 50,557 10/24/2019
3.5.1 45,116 6/24/2019
3.5.1-beta-001 497 6/24/2019
3.4.0 4,496 6/7/2019
3.3.0 830 6/5/2019
3.2.0 5,261 5/14/2019
3.1.0 1,331 5/3/2019
3.0.0 35,590 4/17/2019
3.0.0-beta-005 639 4/10/2019
3.0.0-beta-004 507 4/10/2019
3.0.0-beta-003 580 4/2/2019
3.0.0-beta-002 1,054 1/11/2019
3.0.0-beta-001 1,147 1/10/2019
2.5.0 34,617 11/8/2018
2.4.0 997 11/7/2018
2.3.0 2,294 10/18/2018
2.2.0 1,506 10/11/2018
2.1.0 1,006 10/3/2018
2.0.0 3,395 10/1/2018
2.0.0-beta-004 1,523 8/3/2018
2.0.0-beta-003 886 7/16/2018
2.0.0-beta-002 784 7/12/2018
2.0.0-beta-001 886 7/11/2018
1.1.0 2,387 6/7/2018
1.0.1 1,137 5/30/2018
1.0.0 7,275 4/17/2018

### Fixed

* * Guard `decodeMaybeNull` to evaluates the `decoder` only if the value is not `null`