Merging a 2 dimentional json array in PHP

I have two JSON arrays with multiple elements in each array. Could someone please help to merge these two arrays in order to add the second array elements with first array in respective to their index. First JSON array: $json1 = '[ { "CHEPTEL":"12001116", "NOM":"La Ferme de Jean-Marc et Aurélien ", "CODE_POSTAL":"12630", "VILLE":"AGEN D AVEYRON", … Read more