I am using json_decode()
something like:
$myVar = json_decode($data)
Which gives me output like this:
[highlig
I had copied this function from the net. If it works as it says ("Function to Convert stdClass Objects to Multidimensional Arrays"), try the following:
objectToArray
function[highlighting][448364][Data][0]
Source: PHP stdClass to Array and Array to stdClass