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

Semantic DeepEqual is strict on array order #39

Open spingee opened 12 months ago

spingee commented 12 months ago

Is it intended, or could there be some other flag to enforce it?

weichch commented 12 months ago

This was discussed in #38. Specifically in this comment.

I was planning to do some work to add some support, but didn't have time since.