Info
Version: | 5.6.0 |
Author(s): | JsonApiDotNetCore |
Last Update: | Sunday, June 30, 2024 |
.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 Atomic Operations. 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 and pagination.
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.