I have this text:
{
"id": "my id",
"name": "name",
"first_name": "first name",
"last_name": "last name",
"username": "nick",
"gender": "male",
"locale": "en_EN"
}
how to insert the ID, name, and other in textbox?
thanks for your answer
Go here and download JSON.Net. In archive find proper version of DLL and add reference to this DLL into your C# project.
After that you can do such way: