Combine two Arrays into one json format, please give me some advice on how to operate:
Data:
Array ( [0] => Our organization [1] => Recruiting[2] => Little sister/brother, do you want something? ) Array ( [0] =>As the central organization of the association[1] =>Are you readyc Let's make a debut[2] => People who are enlightened do not speak secretly)
Goal:
{{"title":"Our organization","des":"As a big association The central organization of the meeting"},{"title":"Recruiting","des":"Are you ready to debut as a c-position?"},{...}}
I don’t know if you want this effect json_encode(array($arr1,$arr2))