Skip to content

Commit

Permalink
Merge branch 'rel-7.0' of https://github.com/abpframework/abp into re…
Browse files Browse the repository at this point in the history
…l-7.0
  • Loading branch information
voloagent committed Jan 4, 2023
2 parents dba6b05 + 31df254 commit 1244f78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/JSON.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

0 comments on commit 1244f78

Please sign in to comment.