It'd be great to have a handy way to diff json files.
For the first iteration, maybe just use jq to create the pretty-json in temp files and then do a diff on those.
Later, maybe utilize json_info to identify differences and give output that might be more useful. It'd be really nice to get better support for differences in arrays (specially arrays of objects).
It'd be great to have a handy way to diff json files.
For the first iteration, maybe just use jq to create the pretty-json in temp files and then do a
diffon those.Later, maybe utilize json_info to identify differences and give output that might be more useful. It'd be really nice to get better support for differences in arrays (specially arrays of objects).