How Can I Read JSON In vb.net [HELP]

nulldata
by nulldata · 3 posts
5 years ago in .Net (C#, VB, etc)
Posted 5 years ago · Author
Title says it all, I have found some useful API's for IMVU and would like to make something simple out of it. I have the UI im going for, just need some pointers.

i have a text box where it will take input form the user such as the "cid" and im tying to make it where it will show back info off a json. such as

Code
{"viewer_cid":158133926,"cid":2897078,"is_buddy":false,"is_friend":true,"is_qa":false,"avname":"gaf210","url":"https:\/\/avatars.imvu.com\/gaf210","avpic_url":"https:\/\/userimages-akm.imvu.com\/catalog\/includes\/modules\/phpbb2\/images\/avatars\/2897078_7431646155b3d6da9015d0.png","registered":"2006-08-05","last_login":"10\/30\/18","interests":


I have a picture box for the avpic
and some labels saying
cid:
avatar name:
home page:
etc...
Posted 5 years ago
Try this
https://www.newtonsoft.com/json/help/html/ReadingWritingJSON.htm

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT