Microsoft.AspNetCore.Mvc.NewtonsoftJson 9.0.0-rc.2.24474.3

About

Microsoft.AspNetCore.Mvc.NewtonsoftJson is a NuGet package designed to enable the use of JSON serialization and deserialization using Newtonsoft.Json in ASP.NET Core MVC applications. This package provides support for handling JSON input and output in ASP.NET Core MVC controllers, allowing for seamless integration with existing Newtonsoft.Json configurations and features.

Key Features

  • Integration of Newtonsoft.Json into ASP.NET Core MVC for JSON serialization and deserialization.
  • Compatible with ASP.NET Core 3.0 and newer.
  • Allows customization of JSON serialization settings.
  • Supports handling JSON requests and responses in MVC controllers.

How to Use

To start using Microsoft.AspNetCore.Mvc.NewtonsoftJson in your ASP.NET Core MVC application, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Mvc.NewtonsoftJson

Configuration

In your Startup.cs file, configure NewtonsoftJson as the default JSON serializer for ASP.NET Core MVC:

using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection;
using Newtonsoft.Json;

public void ConfigureServices(IServiceCollection services)
{
    services.AddControllersWithViews()
        .AddNewtonsoftJson(options =>
        {
            // Configure Newtonsoft.Json options here
            options.SerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Ignore;
            options.SerializerSettings.NullValueHandling = NullValueHandling.Ignore;
        });
}

Usage

Now, you can use Newtonsoft.Json serialization and deserialization in your ASP.NET Core MVC controllers:

using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;

public class SampleController : Controller
{
    [HttpPost]
    public IActionResult Post([FromBody] MyModel model)
    {
        // Your action logic here
    }
}

public class MyModel
{
    public string Name { get; set; }
    public int Age { get; set; }
}

For more information on configuring and using Newtonsoft.Json in ASP.NET Core MVC, refer to the official documentation.

Main Types

The main types provided by this library are:

  • NewtonsoftJsonOptions: Options for configuring Newtonsoft.Json serialization settings.
  • NewtonsoftJsonInputFormatter: Input formatter for handling JSON input using Newtonsoft.Json.
  • NewtonsoftJsonOutputFormatter: Output formatter for handling JSON output using Newtonsoft.Json.

Additional Documentation

Feedback & Contributing

Microsoft.AspNetCore.Authentication.JwtBearer is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.AspNetCore.Mvc.NewtonsoftJson.

Packages Downloads
Abp.AspNetCore
Abp.AspNetCore
35
Abp.AspNetCore
Abp.AspNetCore
28
Abp.AspNetCore
Abp.AspNetCore
27
Abp.AspNetCore
Abp.AspNetCore
23
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for API's built on ASP.NET Core
22
Abp.AspNetCore
Abp.AspNetCore
22
Abp.AspNetCore
Abp.AspNetCore
21
Abp.AspNetCore
Abp.AspNetCore
20
Swashbuckle.AspNetCore.SwaggerGen
Swagger Generator for API's built on ASP.NET Core
20

.NET 9.0

Version Downloads Last updated
9.0.0-rc.2.24474.3 2 10/11/2024
9.0.0-rc.1.24452.1 8 09/11/2024
9.0.0-preview.7.24406.2 8 08/15/2024
9.0.0-preview.6.24328.4 7 07/12/2024
9.0.0-preview.5.24306.11 6 06/20/2024
9.0.0-preview.4.24267.6 9 05/26/2024
9.0.0-preview.3.24172.13 7 04/14/2024
9.0.0-preview.2.24128.4 12 03/14/2024
9.0.0-preview.1.24081.5 9 03/04/2024
8.0.10 1 10/09/2024
8.0.8 8 08/16/2024
8.0.7 10 07/12/2024
8.0.6 7 06/02/2024
8.0.5 9 05/29/2024
8.0.4 9 04/12/2024
8.0.3 10 03/13/2024
8.0.2 235 02/20/2024
8.0.1 13 02/04/2024
8.0.0 731 11/15/2023
8.0.0-rc.2.23480.2 10 10/11/2023
8.0.0-rc.1.23421.29 13 10/08/2023
8.0.0-preview.7.23375.9 17 08/14/2023
8.0.0-preview.6.23329.11 10 11/22/2023
8.0.0-preview.5.23302.2 16 11/26/2023
8.0.0-preview.4.23260.4 15 05/28/2023
8.0.0-preview.3.23177.8 16 05/28/2023
8.0.0-preview.2.23153.2 14 05/28/2023
8.0.0-preview.1.23112.2 15 05/28/2023
7.0.20 10 06/02/2024
7.0.19 9 05/21/2024
7.0.18 6 04/12/2024
7.0.17 11 03/13/2024
7.0.16 9 03/01/2024
7.0.15 11 02/05/2024
7.0.14 8 01/01/2024
7.0.13 11 12/27/2023
7.0.12 14 10/18/2023
7.0.11 21 10/30/2023
7.0.10 10 10/10/2023
7.0.9 8 10/13/2023
7.0.8 16 10/30/2023
7.0.7 35 06/16/2023
7.0.5 15 05/28/2023
7.0.4 19 05/28/2023
7.0.3 20 05/28/2023
7.0.2 22 05/28/2023
7.0.1 17 05/28/2023
7.0.0 13 05/28/2023
7.0.0-rc.2.22476.2 16 05/28/2023
7.0.0-rc.1.22427.2 17 05/28/2023
7.0.0-preview.7.22376.6 17 05/28/2023
7.0.0-preview.6.22330.3 16 05/28/2023
7.0.0-preview.5.22303.8 21 05/28/2023
7.0.0-preview.4.22251.1 18 05/28/2023
7.0.0-preview.3.22178.4 15 05/28/2023
7.0.0-preview.2.22153.2 17 05/28/2023
7.0.0-preview.1.22109.13 15 05/28/2023
6.0.35 1 10/18/2024
6.0.33 6 08/17/2024
6.0.32 9 07/12/2024
6.0.31 9 06/02/2024
6.0.30 9 06/07/2024
6.0.29 8 04/12/2024
6.0.28 12 03/13/2024
6.0.27 8 03/13/2024
6.0.26 8 02/17/2024
6.0.25 10 12/09/2023
6.0.24 12 01/06/2024
6.0.23 9 11/12/2023
6.0.22 15 12/06/2023
6.0.21 11 11/04/2023
6.0.20 12 11/01/2023
6.0.19 15 12/18/2023
6.0.18 11 11/04/2023
6.0.16 20 05/28/2023
6.0.15 16 05/28/2023
6.0.14 20 05/28/2023
6.0.13 22 05/28/2023
6.0.12 17 05/28/2023
6.0.11 17 05/28/2023
6.0.10 20 05/28/2023
6.0.9 17 05/28/2023
6.0.8 14 05/28/2023
6.0.7 400 07/26/2022
6.0.6 346 06/15/2022
6.0.5 18 05/28/2023
6.0.4 21 05/28/2023
6.0.3 19 05/28/2023
6.0.2 18 05/28/2023
6.0.1 17 05/28/2023
6.0.0 3,012 11/12/2021
6.0.0-rc.2.21480.10 11 05/28/2023
6.0.0-rc.1.21452.15 17 05/28/2023
6.0.0-preview.7.21378.6 17 05/28/2023
6.0.0-preview.6.21355.2 14 05/28/2023
6.0.0-preview.5.21301.17 13 05/28/2023
6.0.0-preview.4.21253.5 17 05/28/2023
6.0.0-preview.3.21201.13 19 05/28/2023
6.0.0-preview.2.21154.6 18 05/28/2023
6.0.0-preview.1.21103.6 20 05/28/2023
5.0.17 21 05/28/2023
5.0.16 18 05/28/2023
5.0.15 17 05/28/2023
5.0.14 20 05/28/2023
5.0.13 22 05/28/2023
5.0.12 16 05/28/2023
5.0.11 21 05/28/2023
5.0.10 15 05/28/2023
5.0.9 19 05/28/2023
5.0.8 21 05/28/2023
5.0.7 19 07/05/2021
5.0.6 390 05/24/2021
5.0.5 17 05/28/2023
5.0.4 104 03/19/2021
5.0.3 84 03/01/2021
5.0.2 20 05/28/2023
5.0.1 165 12/16/2020
5.0.0 764 12/16/2020
5.0.0-rc.2.20475.17 15 05/28/2023
5.0.0-rc.1.20451.17 13 05/28/2023
5.0.0-preview.8.20414.8 12 05/28/2023
5.0.0-preview.7.20365.19 17 05/28/2023
5.0.0-preview.6.20312.15 13 05/28/2023
5.0.0-preview.5.20279.2 16 05/28/2023
5.0.0-preview.4.20257.10 20 05/28/2023
5.0.0-preview.3.20215.14 13 05/28/2023
5.0.0-preview.2.20167.3 13 05/28/2023
5.0.0-preview.1.20124.5 16 05/28/2023
3.1.32 16 05/28/2023
3.1.31 14 05/28/2023
3.1.30 15 05/28/2023
3.1.29 17 05/28/2023
3.1.28 15 05/28/2023
3.1.27 13 05/28/2023
3.1.26 16 05/28/2023
3.1.25 16 05/28/2023
3.1.24 17 05/28/2023
3.1.23 14 05/28/2023
3.1.22 16 05/28/2023
3.1.21 18 05/28/2023
3.1.20 20 05/28/2023
3.1.19 14 05/28/2023
3.1.18 16 05/28/2023
3.1.17 20 05/28/2023
3.1.16 21 05/28/2023
3.1.15 20 05/28/2023
3.1.14 18 05/28/2023
3.1.13 17 05/28/2023
3.1.12 16 05/28/2023
3.1.11 16 05/28/2023
3.1.10 16 05/28/2023
3.1.9 16 05/28/2023
3.1.8 14 05/28/2023
3.1.7 20 05/28/2023
3.1.6 16 05/28/2023
3.1.5 17 05/28/2023
3.1.4 27 04/14/2021
3.1.3 39 02/23/2021
3.1.2 15 05/28/2023
3.1.1 17 05/28/2023
3.1.0 18 05/28/2023
3.1.0-preview3.19555.2 12 05/28/2023
3.1.0-preview2.19528.8 12 05/28/2023
3.1.0-preview1.19508.20 12 05/28/2023
3.0.3 13 05/28/2023
3.0.2 17 05/28/2023
3.0.0 19 05/28/2023
3.0.0-rc1.19457.4 11 05/28/2023
3.0.0-preview9.19424.4 11 05/28/2023
3.0.0-preview8.19405.7 15 05/28/2023
3.0.0-preview7.19365.7 14 05/28/2023
3.0.0-preview6.19307.2 13 05/28/2023
3.0.0-preview5-19227-01 14 05/28/2023
3.0.0-preview4-19216-03 13 05/28/2023
3.0.0-preview3-19153-02 14 05/28/2023
3.0.0-preview-19075-0444 14 05/28/2023