You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
The async apis are not available on the JsonSerializer type (which we use here and here) yet, so looks like we cannot move to async yet. Async support is available on JsonWriter and JsonReader but that doesn't help us here.
Latest JSON.Net package supports async reading and writing.
http://james.newtonking.com/archive/2017/03/21/json-net-10-0-release-1-async-performance-documentation-and-more
cc @DamianEdwards @pranavkm @rynowak
The text was updated successfully, but these errors were encountered: