How to format this php array?

$array = json_decode($thatthingyouhave, true);

(without the 2nd parameter you get stdClass objects instead of arrays)

1 Like