Insert json array to another based on key id using jq
Sorry for a noob question. I got two json that I need to merge. And I'm not really sure what operation/function to use in jq, so please enlighten me. Thanks! color.json [{"id":1,"color":"red"},{"id":2,"color":"green"},{"id":3,"color":"blue"}] shape.json [ { "shape": "square", "color": { "id":…