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
In my experience, JSON2.js works in Classic ASP.
To use it, I do this in the .asp code:
<%@ language="Javascript" %>