gan , saya mau tanya , cara deserialize data json vb.net itu gmn ya ??
udah stuck banget nih nyari pembelajaran sana sini masih ga mudeng, mungkin agan" ada yg ngerti ??
contoh sample jsonnya hasil tarikan twitter saya :
Spoiler for json:
{
"statuses": [{
"metadata": {
"iso_language_code": "in",
"result_type": "recent"
},
"created_at": "Tue Apr 28 06:21:51 +0000 2015",
"id": 592936747790704640,
"id_str": "592936747790704640",
"text": "to @tester : twit nomer 2, hari selasa",
"source": "\u003ca href="http:\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\/twitter.com" rel="nofollow"\u003eTwitter Web Client\u003c\/a\u003e",
"truncated": false,
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"user": {
"id": 2785299385,
"id_str": "2785299385",
"name": "XXXX",
"screen_name": "XXXX",
"location": "",
"profile_location": null,
"description": "",
"url": null,
"entities": {
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 9,
"friends_count": 11,
"listed_count": 0,
"created_at": "Tue Sep 02 05:12:19 +0000 2014",
"favourites_count": 0,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 4,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/xxx\/9C3jSnGb_normal.jpeg",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/xxx\/9C3jSnGb_normal.jpeg",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/xxx\/1409637236",
"profile_link_color": "0084B4",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"default_profile": true,
"default_profile_image": false,
"following": false,
"follow_request_sent": false,
"notifications": false
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweet_count": 0,
"favorite_count": 0,
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [{
"screen_name": "tester",
"name": "myname",
"id": 66666,
"id_str": "777777",
"indices": [3, 14]
}],
"urls": []
},
"favorited": false,
"retweeted": false,
"lang": "in"
}],
"search_metadata": {
"completed_in": 0.015,
"max_id": 592936747790704640,
"max_id_str": "592936747790704640",
"query": "%40tester",
"refresh_url": "?since_id=592936747790704640&q=%40strikersz7&include_entities=1",
"count": 15,
"since_id": 0,
"since_id_str": "0"
}
}
saya lebih prefer pakai System.Web.Script.Serialization ketimbang pakai Newtonsoft.Json.Linq
yg ingin saya tarik yg saya merahin gan .....
mohon bantuannya gan , udah stuck banget nih

