RexSkz / json-diff-kit

A better JSON differ & viewer, support LCS diff for arrays and recognise some changes as "modification" apart from simple "remove"+"add".
https://json-diff-kit.js.org
MIT License
138 stars 12 forks source link

Add "ignoreCaseForKey" for Differ #14

Closed RexSkz closed 1 year ago

RexSkz commented 1 year ago

To let it use the case-insensitive comparison when sorting keys.

This inspiration comes from the comment, thanks for the suggestion.

image

RexSkz commented 1 year ago

Playground has been updated, npm package is on the way.