Info
Version: | 5.7.1 |
Author(s): | JsonApiDotNetCore |
Last Update: | Sunday, April 27, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.jsonapi.net/ |
NuGet Url: | https://www.nuget.org/packages/JsonApiDotNetCore |
Install
Install-Package JsonApiDotNetCore
dotnet add package JsonApiDotNetCore
paket add JsonApiDotNetCore
JsonApiDotNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Ben.Demystifier(>= 0.1.6)
- Humanizer(>= 2.8.26)
- Microsoft.EntityFrameworkCore(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)
- System.ValueTuple(>= 4.5.0)
Tags
Includes support for the Atomic Operations extension. The ultimate goal of this library is to eliminate as much boilerplate as possible by offering out-of-the-box features, such as sorting, filtering, pagination, sparse fieldset selection, and side-loading related resources.
You just need to focus on defining the resources and implementing your custom business logic. This library has been designed around dependency injection, making extensibility incredibly easy.