Hi,
I wrote a custom JsonOutputFormatter in asp.net core rc2. I am trying to migrate to asp.net core and I can see that I need a constructor(JsonSerializerSettings serializerSettings, ArrayPool<char> charPool) in the class that overrides JsonOutputFormatter.
How can I get these settings?
Thanks