This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
' | |
' 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 |