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
Is there a way to use Newtonsoft JSON.NET for the built-in serialization? We use models that require type handling, which .NET Core does not yet do. WebAPI projects can have their controllers use it as the default so I was thinking that this might be possible with your IndexedDB API. Another benefit of using JSON.NET is that it's exponentially faster than the built-in serializer.