Flurl.Http.Newtonsoft 0.9.0-pre2
Pre-release
Pre-release
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
dynamic
s viaGetJson
andGetJsonList
(previously removed from Flurl.Http). - Easy registration via
IFlurlClientBuilder.UseNewtonsoft()
andIFlurlClientCache.UseNewtonsoft()
.