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 `JsonElement` and `JsonDocument` support to `DeepEquals` #24

Closed weichch closed 2 years ago

weichch commented 2 years ago

JsonElement and JsonDocument support are easier to add than adding such support to all functionalities. This issue to implement new DeepEquals APIs that compare JsonElement and JsonDocument.