I am using the LiveConnect sdk to get some user info. After doing whatever is necessary for that, this is the result I\'m getting:
{ \"id\": \"123456789
do you had tried to make a cast?
for example:
(userData["emails"] as Dictionary)["account"]
or:
((Dictionary)userData["emails"])["account"]