Results 6 comments of William Bishop

Hey @devanathan2017 a workaround to unblock you would be to do: ``` var options = new Options(); options.ArrayDiff = ArrayDiffMode.Simple; var jdp = new JsonDiffPatch(options) ``` I'll have to take...

No, feel free to add these features and submit a PR. Unfortunately, I don't have time to work on these. For the first one I think maybe the right approach...

Currently there is no support in the package for conflict handling other than simply throwing as you see in this example. I've thought about exposing a ConflictResolution property in the...

@arbitertl I think it makes sense to add this. jsondiffpatch.net is just a port of benjamine/jsondiffpatch after all and that library does support this feature. If any of you guys...

Hey @dimi3tron, thanks for volunteering! I don't have specific requirements, but as a guiding principle, I would really love it if you could implement in a way that mimics the...

Hey Adam, could you add a test that hits the case we are fixing here?