Havunen / SystemTextJsonPatch

SystemTextJsonPatch is a JSON Patch (JsonPatchDocument) RFC 6902 implementation for .NET using System.Text.Json
MIT License
102 stars 12 forks source link

Serialize operation value directly into json writer #7

Closed campersau closed 2 years ago

campersau commented 2 years ago

Avoids a string allocation and is faster.

Havunen commented 2 years ago

LGTM, thanks a lot :)