JSONAPI 0.2.1-alpha

This is a prerelease version of JSONAPI.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package JSONAPI --version 0.2.1-alpha
NuGet\Install-Package JSONAPI -Version 0.2.1-alpha
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="JSONAPI" Version="0.2.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JSONAPI --version 0.2.1-alpha
#r "nuget: JSONAPI, 0.2.1-alpha"
#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 JSONAPI as a Cake Addin
#addin nuget:?package=JSONAPI&version=0.2.1-alpha&prerelease

// Install JSONAPI as a Cake Tool
#tool nuget:?package=JSONAPI&version=0.2.1-alpha&prerelease

A toolkit for using WebAPI to quickly build REST services complying with the JSON API spec (jsonapi.org).

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on JSONAPI:

Package Downloads
JSONAPI.EntityFramework

Entity Framework integration for JSONAPI.NET, including an EntityFrameworkMaterializer and ApiController to highly automate building JSON API web services from EF6+ data models.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.0-pre-2 17,322 2/14/2015
0.3.0-pre-1 1,137 2/12/2015
0.2.1-alpha 1,303 12/4/2014
0.2.0 3,955 12/1/2014
0.1.0 1,752 11/20/2014

Bugfix: Issue #1, an unexpected property key in the resource object would cause the parser to hang.