weichch / system-text-json-jsondiffpatch

High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.
MIT License
104 stars 13 forks source link

Patch from RFC 6902 document #33

Open weichch opened 2 years ago

weichch commented 2 years ago

Currently only jsondiffpatch document is supported by Patch and PatchNew methods. This issue is to add support for RFC 6902 document.

The following sub-issues should be addressed:

msschl commented 4 months ago

A needed feature for me