-
Two approaches: Is one way more efficient using json data?
Hey guys, I am working on a data-driven template using text- and color-data based on a .json file on multiple compositions.
Now I am curious if there is a “proper” way to access the .json data. Is it maybe better to first load all of the required data into a global “setup” composition and link everything from there to the elements in multiple compositions? Or should I simply access the json data on every single element itself?
I don’t even know why, but somehow I thought that reading an external footage like the json might by a “heavier” task than getting values from a different composition.
I would appreciate if someone has some input for me on this type of “data handling” topic.