Merge two json/javascript arrays in to one array February 21, 2023 by Tarik You want the concat method. var finalObj = json1.concat(json2);