https://github.com/andreyvit/json-diff in a Linux Alpine container
docker run -ti \
--rm \
-v `pwd`:`pwd` \
-w `pwd` \
fgrehm/json-diff \
file-a.json file-b.json
Or wrap that up on a script
and place it somewhere on your PATH