Skip to content

Flurl.Http.Newtonsoft 0.9.0-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 16:53
· 30 commits to dev since this release

Initial release of companion lib for Flurl.Http 4.0+ that allows Newtonsoft.Json to continue to be used despite its removal, easing backward compatibility with 3.x.

  • Implementation of ISerializer based on Newtonsoft.Json.
  • Support for dynamics via GetJson and GetJsonList (previously removed from Flurl.Http).
  • Easy registration via IFlurlClientBuilder.UseNewtonsoft() and IFlurlClientCache.UseNewtonsoft().