Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Flurl.Http.Newtonsoft.0.9.0.nupkg | 2023-12-13 | 28.8 kB | |
Flurl.Http.Newtonsoft.0.9.0.snupkg | 2023-12-13 | 19.1 kB | |
Flurl.Http.Newtonsoft 0.9.0 source code.tar.gz | 2023-12-13 | 108.1 kB | |
Flurl.Http.Newtonsoft 0.9.0 source code.zip | 2023-12-13 | 158.4 kB | |
README.md | 2023-12-13 | 614 Bytes | |
Totals: 5 Items | 314.9 kB | 0 |
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()