There is a json recoded to the dictionary. How can I get access to the 'body'?
{ "response": [ 78, { "date": ***, "uid": ***, "title": " ... ", "read_state": 1, "out": 1, "mid": 84, "body": "Hello my friend" } ] } There is a json recoded to the dictionary. How can I get access to the 'body'?
{ "response": [ 78, { "date": ***, "uid": ***, "title": " ... ", "read_state": 1, "out": 1, "mid": 84, "body": "Hello my friend" } ] } Source: https://ru.stackoverflow.com/questions/513565/
All Articles