Joseph Burnett

Results 52 comments of Joseph Burnett

There are a few similar requests. One for [defining equality with a regular expression](https://github.com/josephburnett/jd/issues/55) and one to [ignore floating point rounding errors](https://github.com/josephburnett/jd/issues/57). So it would be worth considering how we...

This is something I've been thinking about for a while in the background. There are a few interesting choices to make in the design and implementation. One key design input...

If the same difference (edit) appears in multiple objects in an array, the new and old values should be identical. So you could just compare those. Are you using jd...

@FHantke I just merged my v2 branch to master which included the LCS improvements. Now if you run `go run . -v2 ~/a.json ~/b.json` with your examples, you'll get this...

Instead of ``` @ ["foo",["set"],{}] - "bar" + "baz" ``` we should emit ``` @ ["foo",{}] - "bar" + "baz" ``` because it’s visually cleaner and they do the same...

The new v2 format does this. And metadata will be included on a dedicated line above each hunk when required. ``` $ jd -v2 -set ~/a.json ~/b.json @ ["foo",{}] -...

That's awesome! Thanks for letting me know.

@radmen I would like to include this AUR package in our release process. The next version v1.5.0 will have a few nice features: https://github.com/josephburnett/jd/projects/1 Should I just notify you when...

This is an interesting idea. How do you imagine this would look like on the commandline? And how would it treat the order of the documents with the A and...