I can\'t seem to get specific data from an array inside an object.
$this->fields->adres gets the address correctly, but i can\'t get a level deeper.>
$this->fields->adres
You can also use type casting.
$fields = (array) $this->data->fields; echo $fields['province'][0];