Automate Editing with json file
I would like to automatically replace text boxes with data from a json file.
Example : a text box "NAME" in my Premiere project is replaced by
{
"identity": {
"name": "Bernard",
},
in my json file.
Do plugins exist to do something like that ?
