rcdmk / aspJSON

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
MIT License
204 stars 89 forks source link

Can this be used in a normal vbscript #76

Closed koenvb closed 6 years ago

koenvb commented 6 years ago

Hi, Just wondering if this would be possible to use in a vbscript as well outside of ASP?

rcdmk commented 6 years ago

Hi. This could, if we remove the references to the Session, Request and Response server objects, the code is pretty portable.