I just used the XmlWriter to create some XML to send back in an HTTP response. How would you create a JSON string. I assume you would just use a stringbuilder to build the
Take a look at http://www.codeplex.com/json/ for the json-net.aspx project. Why re-invent the wheel?