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 (38)
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 |
|
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.Net.CE
Computation Expression for building Thoth.Json.Net decoders |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
11.0.0 | 34,466 | 2/8/2023 |
10.1.0 | 7,882 | 2/1/2023 |
10.0.0 | 22,700 | 12/4/2022 |
9.0.0 | 17,386 | 11/9/2022 |
8.0.0 | 132,265 | 1/5/2022 |
7.1.0 | 68,974 | 9/16/2021 |
7.0.0 | 1,310 | 9/12/2021 |
6.0.0 | 512 | 9/12/2021 |
5.0.0 | 168,287 | 10/15/2020 |
4.1.0 | 66,341 | 5/7/2020 |
4.0.0 | 25,974 | 3/4/2020 |
3.6.0 | 46,915 | 10/24/2019 |
3.5.1 | 38,745 | 6/24/2019 |
3.5.1-beta-001 | 402 | 6/24/2019 |
3.4.0 | 4,365 | 6/7/2019 |
3.3.0 | 731 | 6/5/2019 |
3.2.0 | 5,087 | 5/14/2019 |
3.1.0 | 1,214 | 5/3/2019 |
3.0.0 | 29,607 | 4/17/2019 |
3.0.0-beta-005 | 568 | 4/10/2019 |
3.0.0-beta-004 | 449 | 4/10/2019 |
3.0.0-beta-003 | 510 | 4/2/2019 |
3.0.0-beta-002 | 975 | 1/11/2019 |
3.0.0-beta-001 | 568 | 1/10/2019 |
2.5.0 | 30,806 | 11/8/2018 |
2.4.0 | 879 | 11/7/2018 |
2.3.0 | 2,021 | 10/18/2018 |
2.2.0 | 1,375 | 10/11/2018 |
2.1.0 | 896 | 10/3/2018 |
2.0.0 | 2,271 | 10/1/2018 |
2.0.0-beta-004 | 1,011 | 8/3/2018 |
2.0.0-beta-003 | 803 | 7/16/2018 |
2.0.0-beta-002 | 713 | 7/12/2018 |
2.0.0-beta-001 | 804 | 7/11/2018 |
1.1.0 | 2,267 | 6/7/2018 |
1.0.1 | 1,014 | 5/30/2018 |
1.0.0 | 1,827 | 4/17/2018 |
### Fixed
* * Guard `decodeMaybeNull` to evaluates the `decoder` only if the value is not `null`