Tag Archives: JSON

How To Create A JSON Web Service In ASP.NET

ASP.NET makes it easy to create web services but they usually return XML. Like many web developers I now prefer JSON. This article and sample code will show you how to get your web service to return data in the … Continue reading

Posted in ASP.NET, Databases, JavaScript, Programming, Web | Tagged , , , , , | 46 Comments

VBScript For JSON

Tonight I found an Active Server Pages script for generating JSON from databases that ASP can connect to using ADO. This may be useful for understanding how to translate data into JSON. It may also prove handy for creating JSON … Continue reading

Posted in AJAX, Programming | Tagged , , , | Leave a comment