0

エラー「JsonReader からの JObject の読み取り中にエラーが発生しました。現在の JsonReader 項目はオブジェクトではありません: String. Path '', line 1, position 6.

文章:

"data":[{"username":"sex","bio":"#u24e2kyu24d4u24e7pressionsninstagramsex@gmail.com","website":"","profile_picture":"http://images.ak.com/profiles/profile_37086_75sq_1363954517.jpg","full_name":"sex","id":"37086"}]

私のコード:

JObject obj = JObject.Parse(text);

JSON に解析するときにユーザー名の値を取得したい

4

1 に答える 1