Resolved! Combine two Array objects in one
I have 2 different array in JSON object . Array1 = [ { "quesText": “Which shift you works in ?" }, { "quesText": " Are you a permanent employee?" }, { "quesText": "Is this your primary or secondary account?” } ] Array2 = [ { "answer": "Evening" }, ...
