Tags: thompson-tomo/system-text-json-jsondiffpatch
Tags
Upgrade to .NET 8 (weichch#43) * Upgraded to .NET 8 Co-authored-by: Martin Tracey <1207505+matracey@users.noreply.github.com>
Add property filter and fix null property diff bug (weichch#30) * Add property filter * Force diff in array diff when property filter set * Fix diff for nulls * Fix diff context and add test * Add release notes for 1.3.1
Add jsonpatch formatter (weichch#3) * Add formatter interface * Refactor formatter * Add JsonPatch formatter * Complete JsonPatchDeltaFormatter * Fix JsonPatch ordering * Add more benchmarks and more target frameworks