0

I am working on a project in which a server page is called through XMLHttp and now I want to retrieve response the called page in json object. and I never used json so I don't have any idea about it so please tell me how I can make json object in my server side vb.net page.

2 Answers 2

2

You can use JSON.NET or use DataContractJsonSerializer built in .NET 3.5.

Sign up to request clarification or add additional context in comments.

Comments

1

It isn't too clear what you need to do, as far as I can understand you want to send to the caller JSON responses from a webserver, using VB.NET. I suggest to take a look at JSON.NET project, which makes serializing and deserializing your .NET objects to JSON a breeze!

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.