i'm using VS 2008 for window application and made an http web request and it returns result in json(click here for json result). I am not much familiar with JSON and also newbie in vb.net . So , i don't have any idea to deserialize the JSON result.
would you please explain how can i deserilize json result so that i can show json result in my own way. i searched for it but didn't found any meaningful.
please provide your assistance.