I am creating some views by working with those data bassically UUID and some concepts, I managed to obtain what I expected from the first level, but I am having problems when trying to obtain second level data. The table I am working within the column tiledata are some nested data which I would like to access, this is the

When I run the query
SELECT tileid, nodegroupid,
tiledata ->'34cfea8a-c2c0-11ea-9026-02e7594ce0a0' AS ACTOR
FROM tiles
WHERE tiledata -> '34cfea8a-c2c0-11ea-9026-02e7594ce0a0' IS NOT NULL;
I obtain this

How Could I obtain for example resourceId from this nested data,
