Json array to json php

$user->retailerInfo = reset($user->retailerInfo);

This should do the trick for you. I had faced a similar issue that i wanted to “un-nest” an array this helped me solve it.

Leave a Comment