3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "1":{"Itemname":"dtfg","unitprice":"12","Qty":"4","price":"$48.00"}, "2":{"Itemname":"kjh","unitprice":"45","Qty":"7","price":"$315.00"}, "3":{"Itemname":"yjk","unitprice":"76","Qty":"8","price":"$608.00"}, "4":{"Itemname":"hgj","unitprice":"4","Qty":"45","price":"$180.00"} }'; $myFullArray = json_decode($json); var_dump($myFullArray);

preferences:
43.04 ms | 402 KiB | 5 Q