Thoth.Json 10.4.0

dotnet add package Thoth.Json --version 10.4.0                
NuGet\Install-Package Thoth.Json -Version 10.4.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" Version="10.4.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thoth.Json --version 10.4.0                
#r "nuget: Thoth.Json, 10.4.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 as a Cake Addin
#addin nuget:?package=Thoth.Json&version=10.4.0

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

Thoth.Json Build Status

Stable Prerelease
NuGet Badge NuGet Badge

Blogs post

This is to keep track of different blog post that I refer to sometimes when thinking or helping people.

Project structure

Tests

For the tests, we use a shared project Thoth.Json.Tests that is referenced by the different runners. This is because we want each runner to only have the minimum amount of dependencies, and also if we include files from outside the .fsproj folder, then some generated files by Fable escape from the specify outDir.

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 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 (27)

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

Package Downloads
Fable.Elmish.Debugger

Debugger for Elmish apps

Fable.PowerPack

Package Description

Thoth.Fetch

Library for working with Fable.Fetch and Thoth.Json when doing web request

Plough.WebApi.Core

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

Thoth.Json.CE

Computation Expression for building Thoth.Json decoders

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.4.0 57 11/23/2024
10.2.0 58,039 5/22/2023
10.1.0 11,263 3/23/2023
10.0.0 28,708 2/8/2023
9.1.0 1,456 1/22/2023
9.0.0 14,283 12/4/2022
8.0.0 2,105 11/9/2022
7.0.0 84,434 1/5/2022
6.0.0 95,319 7/6/2021
5.1.0 74,574 1/13/2021
5.0.0 16,213 10/13/2020
4.1.0 105,533 5/7/2020
4.0.0 24,150 3/4/2020
3.5.0 11,623 1/13/2020
3.4.1 27,038 10/25/2019
3.4.0 603 10/25/2019
3.3.0 16,483 6/24/2019
3.2.0 4,223 6/5/2019
3.1.0 19,249 5/4/2019
3.0.0 45,069 4/17/2019
3.0.0-beta-005 696 4/2/2019
3.0.0-beta-004 486 4/2/2019
3.0.0-beta-003 1,091 3/17/2019
3.0.0-beta-002 725 1/11/2019
3.0.0-beta-001 574 1/10/2019
2.5.0 26,225 11/8/2018
2.4.0 1,625 11/7/2018
2.3.0 3,155 10/18/2018
2.2.0 2,129 10/11/2018
2.1.0 1,114 10/3/2018
2.0.0 19,756 10/1/2018
2.0.0-beta-005 958 8/31/2018
2.0.0-beta-004 4,984 8/3/2018
2.0.0-beta-003 1,154 7/16/2018
2.0.0-beta-002 887 7/12/2018
2.0.0-beta-001 1,057 7/11/2018
1.1.0 3,310 6/7/2018
1.0.0 4,717 4/17/2018

### 🚀 Features

* Upgrade `FSharp.Core` to `5.0.2` ([21d1185](https://github.com/thoth-org/Thoth.Json/commit/21d1185b4b1edb58debeed8fe5214a0878e47cb6))

<strong><small>[View changes on Github](https://github.com/thoth-org/Thoth.Json/compare/c42c1fb3f9ffbab090372b4584b6f85cc44db50e..21d1185b4b1edb58debeed8fe5214a0878e47cb6)</small></strong>

## 10.3.0 - 2024-11-23 [YANKED]