Classic ASP server-side JSON library

前端 未结 4 1723
情深已故
情深已故 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

    In my experience, JSON2.js works in Classic ASP.

    To use it, I do this in the .asp code:

    <%@ language="Javascript" %>
    
    
    
    
    

提交回复
热议问题