Allows you to work with complex Json objects from your event sheet.
goo.gl/FeKmSR
here's the sample of my project.
hope you'll understand what im looking for, thankyou.
I modified this a little. If you click on the image it will display text from the json file on the screen. You have to use ajax to load the file first. You can request from a project file or http resource. I chose the later and just specified the name of the file so it would load it locally. Once its loaded I load the json manager with the string result from the ajax request. Your index in the array was off by one so i changed it to 8 and now it displays the text on the screen. Hopefully this helps.
drive.google.com/open
thank you, Rhg. appreciate that, seems it worked out.