This should be a simple issue, but I can't seem to get the past the syntax.
object(stdClass)#15 (12) {
["im:name"]=>
object(stdClass)#14 (1) {
["label"]=>
string(15) "Balls VS Blocks"
}
A simple $info->im:name->label
should be able to extract "Balls VS Blocks". However since there is an :
in the first key, it's throwing off my IDE and then it of course throws an error. How can I escape this special character in the key?