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 | 86,502 | 2/8/2023 |
10.1.0 | 12,269 | 2/1/2023 |
10.0.0 | 27,650 | 12/4/2022 |
9.0.0 | 19,517 | 11/9/2022 |
8.0.0 | 156,391 | 1/5/2022 |
7.1.0 | 73,318 | 9/16/2021 |
7.0.0 | 1,580 | 9/12/2021 |
6.0.0 | 563 | 9/12/2021 |
5.0.0 | 185,303 | 10/15/2020 |
4.1.0 | 73,739 | 5/7/2020 |
4.0.0 | 26,522 | 3/4/2020 |
3.6.0 | 48,248 | 10/24/2019 |
3.5.1 | 41,981 | 6/24/2019 |
3.5.1-beta-001 | 440 | 6/24/2019 |
3.4.0 | 4,439 | 6/7/2019 |
3.3.0 | 777 | 6/5/2019 |
3.2.0 | 5,179 | 5/14/2019 |
3.1.0 | 1,276 | 5/3/2019 |
3.0.0 | 32,258 | 4/17/2019 |
3.0.0-beta-005 | 595 | 4/10/2019 |
3.0.0-beta-004 | 479 | 4/10/2019 |
3.0.0-beta-003 | 542 | 4/2/2019 |
3.0.0-beta-002 | 1,005 | 1/11/2019 |
3.0.0-beta-001 | 727 | 1/10/2019 |
2.5.0 | 32,836 | 11/8/2018 |
2.4.0 | 939 | 11/7/2018 |
2.3.0 | 2,113 | 10/18/2018 |
2.2.0 | 1,433 | 10/11/2018 |
2.1.0 | 945 | 10/3/2018 |
2.0.0 | 2,634 | 10/1/2018 |
2.0.0-beta-004 | 1,155 | 8/3/2018 |
2.0.0-beta-003 | 826 | 7/16/2018 |
2.0.0-beta-002 | 742 | 7/12/2018 |
2.0.0-beta-001 | 837 | 7/11/2018 |
1.1.0 | 2,327 | 6/7/2018 |
1.0.1 | 1,067 | 5/30/2018 |
1.0.0 | 3,166 | 4/17/2018 |
### Fixed
* * Guard `decodeMaybeNull` to evaluates the `decoder` only if the value is not `null`