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 ...
I've been using an older verison of your code for a very long time. A while ago I found I sometimes want to access items in the returned hierarchy table based on their full JSON path. I added the ...
Dim Parsed As Dictionary Dim JSonText As String ... ... JSonText = Response.Content Set Parsed = JsonConverter.ParseJson(JSonText) I believe this is due to some ...