Skip to content

Instantly share code, notes, and snippets.

View wilsonrg's full-sized avatar
🏠
Trabalhando em casa

Wilson Rosa Gomes wilsonrg

🏠
Trabalhando em casa
View GitHub Profile
@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