You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi.
i glad for using VB JSON parser.
then, i found loop permanently when a string "key" include a colon.
so i changed "parseKey()" tentatively. as following:
Case ":"
If Not dquote And Not squote Then
index = index + 1
Exit Do
ElseIf dquote And Not squote Then
parseKey = parseKey & Char
index = index + 1
End If
just reported it.
thanks,
yamad
Original issue reported on code.google.com by [email protected] on 5 Sep 2009 at 6:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Sep 2009 at 6:17The text was updated successfully, but these errors were encountered: