Hello
I created a module to interact with an API, it works fine in edit mode, but in run mode I get the error "ReferenceError: Can't find variable: JPath"
I figured out that it was the JSON part that was the problem, it doesn't import the json module.
How to do?
Thanks