Skip to content

JsonApiDotNetCore 5.7.1-master-01177

Install from the command line:
Learn more about NuGet packages
$ dotnet add package JsonApiDotNetCore --version 5.7.1-master-01177

About this version

A framework for building JSON:API compliant REST APIs using ASP.NET Core and Entity Framework Core. 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.