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.

Pricing

Quantity (Developer Seats) Unit price (€) / year
For the first 1 to 5 299.00
For the next 6 to 10 224.00
For the next 11 to 20 169.00
For the next 21 to 50 124.00
For the next 51 to 100 89.00
For the rest 59.00

#