Flurl.Http.Newtonsoft 0.9.0
github-actions
released this
14 Dec 05:10
·
19 commits
to dev
since this release
Official beta 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.
- Brings back
NewtonsoftJsonSerializer
from 3.x for use in 4.0 and beyond - Brings back non-generic,
dynamic
-returning extension methods from 3.x:GetJsonAsync()
andGetJsonListAsync()
ReceiveJson()
andReceiveJsonList()
FlurlHttpException.GetResponseJsonAsync
- Easy registration via
IFlurlClientBuilder.UseNewtonsoft()
andIFlurlClientCache.UseNewtonsoft()