How to access array element values using array-index?
$json = \'{ \"dynamic\":{ \"pageCount\":\"12\", \"tableCount\":\"1\" } }\'; $a
array_values is function you are looking for
Examples: