Merge two objects jq

Deep merge two JSON objects (right wins on conflicts)

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