I want to split a nested Object into an Array of Objects. I am able to achieve the same using two FOR Loops.
Is there any way I can have a better solution, or this is cor