Any good libraries for parsing JSON in Classic ASP?
Posted
by Mark Biek
on Stack Overflow
See other posts from Stack Overflow
or by Mark Biek
Published on 2009-06-19T17:53:00Z
Indexed on
2010/03/28
2:43 UTC
Read the original article
Hit count: 449
I've been able to find a zillion libraries for generating JSON in Classic ASP (VBScript) but I haven't been to find ANY for parsing.
I want something that I can pass a JSON string and get back a VBScript object of some sort (Array, Scripting.Dictionary, etc)
Can anyone recommend a library for parsing JSON in Classic ASP?
© Stack Overflow or respective owner