JsonApiSerializer 1.7.4

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

// Install JsonApiSerializer as a Cake Tool
#tool nuget:?package=JsonApiSerializer&version=1.7.4

JsonApiSerializer supports configurationless serializing and deserializing objects into the json:api format (http://jsonapi.org/).

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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (12)

Showing the top 5 NuGet packages that depend on JsonApiSerializer:

Package Downloads
Pubg-DotNet

Sync and Async client library for communicating with the Pubg Developer API supporting .net standard 2.0

Clinical6SDK

An easy to use .NET SDK for Clinical6 SDK (a product of Parallel6)

Xamarin.Forms.Clinical6

A library for Clinical6 UI components (a product of Parallel6)

Rethought.Battlerite.NET.Rest

This package is responsible to interact with the Battlerite REST API. Part of the Battlerite.NET library.

Xamarin.Forms.Clinical6.iOS

A library for Clinical6 UI Controls Renders (a product of Parallel6)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.4 1,309,433 12/16/2019
1.7.3 78,971 7/17/2019
1.7.2 1,455 7/13/2019
1.7.1 903 7/13/2019
1.7.0 53,781 3/24/2019
1.6.2 14,091 1/9/2019
1.6.1 18,180 12/10/2018
1.6.0 7,259 11/26/2018
1.6.0-beta01 837 11/19/2018
1.5.1 24,037 10/31/2018
1.5.0 1,073 10/30/2018
1.4.0 202,363 7/15/2018
1.3.2 1,382 7/12/2018
1.3.1 49,431 4/26/2018
1.3.0 4,471 4/10/2018
1.2.3 1,543 4/2/2018
1.2.2 4,310 3/20/2018
1.2.1 12,172 3/18/2018
1.2.0 8,815 2/8/2018
1.1.0 15,232 1/4/2018
1.0.0 7,786 11/4/2017
0.10.0 1,309 11/4/2017
0.9.18 11,826 9/2/2017
0.9.16 2,195 8/2/2017
0.9.15 1,367 8/1/2017
0.9.14 1,534 7/21/2017
0.9.13 5,463 7/12/2017
0.9.11 1,541 6/6/2017
0.9.10 1,301 6/6/2017
0.9.9 1,334 5/25/2017
0.9.8 1,341 5/23/2017
0.9.7 1,363 5/17/2017
0.9.6 1,331 5/17/2017
0.9.4 1,666 4/19/2017
0.9.3 1,374 4/11/2017
0.9.2 1,336 4/10/2017
0.9.1 1,247 4/4/2017
0.9.0 1,390 4/2/2017

Fixed issue that would cuase stackoverflow errors when handling circular references when `included` section is present before `data`