I deserialize JSON with Newtonsoft JSON DLL. I have next JSON answer
string answer = getjsonnanswer(url);
JObject a = JObject.Parse(answer);
How can I refer to a, that get 615 - Its value of variable in JSON answer, but it hasn't got a name.
{
"response": [615,
{
"body": "Привет) как жизнь?",
"title": "Re(2): ...",
"date": 1268238828,
"uid": 10024748,
"mid": 11056,
"read_state": 0,
"out":0
},
{
"body": "Жду :)",
"title": "Re(23): ...",
"date": 1268238448,
"uid": 27495120,
"mid": 11045,
"read_state": 1,
"out":1
}]
}