Skip to content

Commit 7394c2b

Browse files
committed
Update VBA-JSON to v2.2.2
1 parent 1aeef28 commit 7394c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebHelpers.bas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ Private Function web_GetUrlEncodedKeyValue(Key As Variant, Value As Variant, Opt
19021902
End Function
19031903

19041904
''
1905-
' VBA-JSON v2.2.1
1905+
' VBA-JSON v2.2.2
19061906
' (c) Tim Hall - https://github.com/VBA-tools/VBA-JSON
19071907
'
19081908
' JSON Converter for VBA
@@ -2459,7 +2459,7 @@ Private Function json_IsUndefined(ByVal json_Value As Variant) As Boolean
24592459
Case VBA.vbEmpty
24602460
json_IsUndefined = True
24612461
Case VBA.vbObject
2462-
Select Case VBA.TypeName(JsonValue)
2462+
Select Case VBA.TypeName(json_Value)
24632463
Case "Empty", "Nothing"
24642464
json_IsUndefined = True
24652465
End Select

0 commit comments

Comments
 (0)