mam problem z dostaniem sie do danych...
pobieram dane z api przez:
$odp = json_decode($res);
i dostaje taką odpowiedz
object(stdClass)[1485] public 'patient-vm-5ac609f3b919e' => object(stdClass)[1484] public 'uid' => string 'patient-vm-5ac609f3b919e' (length=24) public 'id' => string '7104' (length=4) public 'mail' => string 'konto@testowe01.pl' (length=18) public 'family_name' => string 'aaaaaaaa' (length=8) public 'given_name' => string 'aaaaaaa' (length=7)
powiedzmy ze chcialbym dostać się do family_name ale nie wiem jak to zrobić... macie jakąś rade
