Q: Howto parse JSON with PHP5?

Thanks a lot for the hint! I just did a search for the first { and this can then be parsed with
$json=json_decode(strstr($output,'{'),true);

Many thanks for the quick help!
Merry Xmas and a Happy New Year!
Christof