[IMPLEMENTED] Move to new System.Text.Json

Move off the venerable Newtonsoft.Json library and move (upgrade?) to System.Text.Json. It’s blessed by (and worked on by) James Newton-King.

Also note the post on Scott Hanselman his blog

Sorry, thats not possible due to many reasons:

  1. Missing features: https://github.com/dotnet/corefx/issues/38650
  2. We also use JSON.NET to serialize directly to MongoDB with a custom writer and this is not possible System.Text.Json
1 Like

This topic was automatically closed after 2 days. New replies are no longer allowed.