Accessing object data {} returned from a WebRequest() fuction

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi, hoping to get some help with this. Please see my code below.
So I have managed to return the data I want as shown below from the first "Print(_result);" I have the raw data as a returned object:
However I was wanting to access specific parts of this object. I would have expected "Print(result[0].update_id);" to return "1234" but I just get the error "struct or class type expected". Specifically from this data I need "message_id" and "text". Any advice?