Json Media type formatter using Newtonsoft.Json library, return camelCased json data, and default response header "application/json". 
                        
                    
         
                Info
| Version: | 1.0.0 | 
| Author(s): | Alexei Tkachev | 
| Last Update: | Tuesday, March 3, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/Axelweaver/q101-web-api-json-media-type-formatter | 
| NuGet Url: | https://www.nuget.org/packages/Q101.Q101JsonMediaTypeFormatter | 
Install
Install-Package Q101.Q101JsonMediaTypeFormatter
                        dotnet add package Q101.Q101JsonMediaTypeFormatter
                        paket add Q101.Q101JsonMediaTypeFormatter
                        
                                Q101.Q101JsonMediaTypeFormatter Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNet.WebApi.Client(>= 5.2.7)
 - Newtonsoft.Json(>= 12.0.3)
 
Tags