Allows you to work with complex Json objects from your event sheet.
Hi, nice plugin
I cannot import a json response without a Array ?
All my responses i need to "var result = {index: obj};"
but doing this when i import to Array all values are "object Object"
A json file doesn't have to contain an array. It can be as simple or as complex as you need. If you can show me a sample of what you are working with, I can recommend how to work with it.
hi there, i really need to store a value from json to an array, its works so fine on editor but i cant access it after build, can you help me?
Do you mean it runs correctly in preview mode ? If it's not working on export, what platform are you exporting to and what options are you using ?
yup works fine on editor, not in build. i build it in html5 project.
I will take a look, I haven't tried it as an html export. My testing has been primarily on mobile devices. I'll get back to you shortly.
Appreciate that, thank you.
I fixed the issue and put version 1.2.1 out there for everyone.
My ajax response is like this:
[ { "number": 123456789, "name": "Aparador 350V" } ]
If i load to Slot i cannot access the data because i dont have a query string to "?[0].number"
After javascript i can access with "index[0].number"
AND if i load to array with query index all data inside the array become "object Object"