1 reference to SystemTextJsonInputFormatter
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
71
options.InputFormatters.Add(new
SystemTextJsonInputFormatter
(_jsonOptions.Value, _loggerFactory.CreateLogger<SystemTextJsonInputFormatter>()));