I'm trying to determine how to access the data that is in my JObject and I can't for the life of me determine how to use it.
JObject Object = (JObject)Response.Data["my_key"];
I can print it to the console doing Console.WriteLine(Object) and I see the data, it looks like:
{
"my_data" : "more of my string data"
...
}
But I have NO idea how to just iterate/enumerate through it, anyone have any ideas? I'm at such a loss right now.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…