the sub ParseJson suddenly became very slow in one computer only (a recent one i7-7 Gen), I didn't change anything in the code, 3 minutes for a little json, after test I noticed that this row of code ...
Dim Parsed As Dictionary Dim JSonText As String ... ... JSonText = Response.Content Set Parsed = JsonConverter.ParseJson(JSonText) I believe this is due to some ...