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
102 stars 13 forks source link

Add property filter and fix null property diff bug #30

Closed weichch closed 1 year ago

weichch commented 2 years ago

Fix #29 and #31