/jil-mediaformatter

Json MediaTypeFormatter using JIL

Primary LanguageC#OtherNOASSERTION

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.