Skip to content

bmbsqd/jil-mediaformatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jil MediaTypeFormatter

Replacement of JsonMediaTypeFormatter using JIL

Usage

First install the nuget package

Remove old JSON formatter

config.Formatters.Remove( config.Formatters.JsonFormatter );

Add new JIL formatter

config.Formatters.Add( new JilMediaTypeFormatter() );

Why?

JIL is fast

Gotchas

config.Formatters.JsonFormatter is going to be null after you install the JIL formatter.

About

Json MediaTypeFormatter using JIL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published