How to read JSON file in Premiere CEP extension?
I've been working on a custom tools CEP panel for premiere at our studio. I've learned a lot about extendscript over the last year and our panel is getting pretty neat.
Now I want to add functionality using ecternal JSON files exported from our planner software. What I want to do is read names from the JSON file that will be used to create new sequences with those names in Premiere.
My problem is that I can't figure out how to read the JSON files. I've been reading about the fact that extendscript doesn't support JSON by default. Including the json2.js file (like I did in one of my After Effects scripts) doesn't seem to work in Premiere.
Hopefully someone can help me in the right direction, thanks!
