<?php $quote = '// [ { "id": "576327131120516" ,"t" : "APG1L" ,"e" : "VSE" ,"l" : "2.63" ,"l_cur" : "€2.63" ,"s": "0" ,"ltt":"3:10PM GMT+03:00" ,"lt" : "Apr 4, 3:10PM GMT+03:00" ,"c" : "+0.06" ,"cp" : "2.33" ,"ccol" : "chg" } ] '; $json = substr($quote, 4, -5); $json_output = json_decode($json, true, JSON_UNESCAPED_UNICODE); print_r($json_output);
You have javascript disabled. You will not be able to edit any code.