Hello,
I am trying to create a standalone web app using GUI Composer; the program does not connect to any device. I need to read some parameters in JavaScript from a JSON file. The file is included in my project, but I have not been able to access it for parsing.
It's my understanding that I need the require() function to do this? How can I import this function and parse the JSON?
Thanks