<?php $json = <<<JSON { "a": { "a": "10", "q": "dumb text" }, "b": { "a": "23:00", "q": "dumb text" }, "c": { "a": null, "q": "dumb text" } } JSON; $decoded = json_decode($json); $array = array_values((array) $decoded); var_dump($array);
You have javascript disabled. You will not be able to edit any code.