Skip to content

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

.NET CLI
dotnet add package Gremlinq.Extensions.Support.SystemTextJson

or, for ASP.NET Core projects

.NET CLI
dotnet add package Gremlinq.Extensions.Support.SystemTextJson.AspNet

Optionally, remove ExRam.Gremlinq.Support.NewtonsoftJson (resp. ExRam.Gremlinq.Support.NewtonsoftJson.AspNet) from your projects. Then, replace calls to UseNewtonsoftJson with UseSystemTextJson.