How to link or Include files inside the Premiere.jsx file
I was getting the "JSON undefined error" in my Premiere.jsx file and resolved by embedding the json2.js file directly into my Premiere.jsx. This solved "JSON undefined error" problem however I would rather link to the json2.js file instead of embedding the whole thing in my Premiere.jsx file.
To link files in html, I would do something like this...
To link files in Java or C++ I would use #import or #include
How do I link to separate files in Premiere.jsx???
