Merge two JSON objects jq

Deep-merge two JSON files (override wins)

jq -s '.[0] * .[1]' base.json override.json
#jq