yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.27k stars 120 forks source link

Could we get JSON/YAML diff support #124

Open roy-iacob opened 3 years ago

roy-iacob commented 3 years ago

The following objects should be considered identical under a JSON diff.

{
"wow":2,
"ok":2
}
{
"ok":2,
"wow":2
}

Probably not the point of this application, but I'd love an all in one app that can handle various diffing needs.

dsbecker commented 3 years ago

This fork is specifically for the macOS version of Meld. You might have better luck with a request like this on the upstream original project.