Dim Parsed As Dictionary Dim JSonText As String ... ... JSonText = Response.Content Set Parsed = JsonConverter.ParseJson(JSonText) I believe this is due to some ...