Hi, currently StackExchange.Utils.Http has dependecy on Jil for Json serialization and deserialization.
As you probably know, System.Text.Json (STJ) seems to be developed with performance in mind. Here in these benchamarks from summer 2020 it already looks comparable or even faster then jil in some situations - dotnet/runtime#36635 (comment)
STJ being package by Microsoft will probably have better support and it's always nice to decrease dependecies in the project chain supply so I I was wondering if you plan to transition to STE for your Utils.Http package?