Skip to content

Instantly share code, notes, and snippets.

@galba
galba / JSON_2.0.4.asp
Created March 23, 2012 14:20
asp json vbs
<%
'
' VBS JSON 2.0.3
' Copyright (c) 2009 Tuðrul Topuz
' Under the MIT (MIT-LICENSE.txt) license.
'
Const JSON_OBJECT = 0
Const JSON_ARRAY = 1