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
<PackageReference Include="Thoth.Json.Net" Version="11.0.0" />
paket add Thoth.Json.Net --version 11.0.0
#r "nuget: Thoth.Json.Net, 11.0.0"
// 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 | Versions 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. |
.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. |
-
.NETFramework 4.6
- FSharp.Core (>= 4.7.2)
- Newtonsoft.Json (>= 11.0.2)
-
.NETStandard 2.0
- Fable.Core (>= 3.1.6)
- FSharp.Core (>= 4.7.2)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (41)
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. |
|
Dap.Context
Dap Context Libs |
|
Thoth.Json.Net.CE
Computation Expression for building Thoth.Json.Net decoders |
|
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 | 85,083 | 2/8/2023 |
10.1.0 | 12,105 | 2/1/2023 |
10.0.0 | 27,537 | 12/4/2022 |
9.0.0 | 19,504 | 11/9/2022 |
8.0.0 | 156,029 | 1/5/2022 |
7.1.0 | 73,242 | 9/16/2021 |
7.0.0 | 1,569 | 9/12/2021 |
6.0.0 | 562 | 9/12/2021 |
5.0.0 | 184,916 | 10/15/2020 |
4.1.0 | 73,655 | 5/7/2020 |
4.0.0 | 26,519 | 3/4/2020 |
3.6.0 | 48,246 | 10/24/2019 |
3.5.1 | 41,940 | 6/24/2019 |
3.5.1-beta-001 | 437 | 6/24/2019 |
3.4.0 | 4,438 | 6/7/2019 |
3.3.0 | 776 | 6/5/2019 |
3.2.0 | 5,178 | 5/14/2019 |
3.1.0 | 1,274 | 5/3/2019 |
3.0.0 | 32,255 | 4/17/2019 |
3.0.0-beta-005 | 594 | 4/10/2019 |
3.0.0-beta-004 | 478 | 4/10/2019 |
3.0.0-beta-003 | 541 | 4/2/2019 |
3.0.0-beta-002 | 1,004 | 1/11/2019 |
3.0.0-beta-001 | 726 | 1/10/2019 |
2.5.0 | 32,813 | 11/8/2018 |
2.4.0 | 938 | 11/7/2018 |
2.3.0 | 2,110 | 10/18/2018 |
2.2.0 | 1,431 | 10/11/2018 |
2.1.0 | 945 | 10/3/2018 |
2.0.0 | 2,633 | 10/1/2018 |
2.0.0-beta-004 | 1,153 | 8/3/2018 |
2.0.0-beta-003 | 825 | 7/16/2018 |
2.0.0-beta-002 | 740 | 7/12/2018 |
2.0.0-beta-001 | 836 | 7/11/2018 |
1.1.0 | 2,327 | 6/7/2018 |
1.0.1 | 1,066 | 5/30/2018 |
1.0.0 | 3,100 | 4/17/2018 |
### Fixed
* * Guard `decodeMaybeNull` to evaluates the `decoder` only if the value is not `null`