Gremlinq.Extensions.Support.SystemTextJson
Introduction
Gremlinq.Extensions.Support.SystemTextJson is a drop-in replacement for ExRam.Gremlinq.Support.NewtonsoftJson. It offers faster query result deserialization with lower memory pressure.
Setup
After setting up our NuGet package server with your license key, add the package(s) to your project
or, for ASP.NET Core projects
Optionally, remove ExRam.Gremlinq.Support.NewtonsoftJson (resp. ExRam.Gremlinq.Support.NewtonsoftJson.AspNet) from your projects. Then, replace
calls to UseNewtonsoftJson
with UseSystemTextJson
.