Classic ASP server-side JSON library

前端 未结 4 1720
情深已故
情深已故 2020-12-16 23:28

I have inherited some Classic ASP code and I need a JSON library that can be instantiated and run server-side for use with JavaScript-coded server-side ASP.

How can

4条回答
  •  孤城傲影
    2020-12-17 00:09

    You could try something similar to this: http://www.lshift.net/blog/2005/10/11/simple-ajax-with-json-chat-application-for-asp-30

    It has a fairly direct encapsulation of the old json.js into a json.asp file for running on the server-side.

提交回复
热议问题