How to parse 'body' of a dict object?

warp1's icon

I imagine this is incredibly simple, but I am trying to extract the values from the body of a dictionary (which have been pulled from a Google Sheet - see image), but I cannot for the life of me figure out how to do it. I am using 'get body', and 'get body::data' messages but neither of these seem to work (I just get index out of range). Do I need to somehow parse this body before it can spit something intelligible out? Thanks!

Luigi Castelli's icon

Hi there,
If I remember correctly, a while ago I was helping someone else with a very similar problem to yours.

Here is the thread:
https://cycling74.com/forums/how-to-parse-this-dict

See if it helps you in anyway.

- Luigi