From 4fe222691c1c64f16756bfa0dcd06e48524190dd Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 4 Jan 2023 15:26:19 +0800 Subject: [PATCH] Update JSON.md https://github.com/abpframework/abp/issues/10591#issuecomment-1370050436 --- docs/en/JSON.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/JSON.md b/docs/en/JSON.md index 27693bafda..2501c6cf45 100644 --- a/docs/en/JSON.md +++ b/docs/en/JSON.md @@ -66,3 +66,9 @@ Add [Volo.Abp.Json.Newtonsoft](https://www.nuget.org/packages/Volo.Abp.Json.Newt #### AbpNewtonsoftJsonSerializerOptions - **JsonSerializerSettings(`Newtonsoft.Json.JsonSerializerSettings`)**: Global options for Newtonsoft library operations. See [here](https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_JsonSerializerSettings.htm) for reference. + +## Configuring JSON options in ASP.NET Core + +You can change the JSON behavior in ASP.NET Core by configuring [`JsonOptions`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.jsonoptions) or +[MvcNewtonsoftJsonOptions](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.mvcnewtonsoftjsonoptions)(if you use `Newtonsoft.Json`) +