Allows you to work with complex Json objects from your event sheet.
Hi, just to clarify -- after reading the documentation.
I noticed one could load json via a URL -- but, my use case is different ... i am obtaining a json response string after an ajax call (to google sheets) -- so its dynamically generated after the call. I can the access it via ajax.lastData.
It would be great if i could load ajax.lastData into the jason manager.
I just managed to load the json by putting a hard-coded ajax call into the json managers file field. So this works great!
But, what i would need to to build up the ajax http string dynamically and then set the for the json manager and then do the call.
can this be done?