We are pleased to announce the experimental release of our ParseJSON function, which can parse JSON strings into Power Fx objects and types. This new function dramatically simplifies working with JSON ...
Dim Parsed As Dictionary Dim JSonText As String ... ... JSonText = Response.Content Set Parsed = JsonConverter.ParseJson(JSonText) I believe this is due to some ...