JSON ASP (VBScript) Utilities

November 17th, 2007 Arsen Posted in Patterns - .NET |

Webdevbros have released an utility class to work with JSON within classic ASP (VBScript).

  • easy-to-use.
  • generating JSON out of arrays, dictionaries, adodb.recordsets, booleans, etc.
  • fully recursive, so nested data structures are supported
  • full escaping according to JSON’s RFC
  • Free to use for commercial and private use.
  • class is part of gabLibrary ASP Framework

Leave a Reply