in reply to treat diff file in perl

Just in case you have the JSON data available and not just their diff:

Read in the JSON data and convert them into a Perl data structure. Then use Struct::Diff to compare them and show their differences (assuming you overcome deciphering diff's output).

bw, bliako