How do I use a json file to animate a bar graph?
I am very new to javascript, so forgive me if my terminology is wrong.
I have created a json file with all of the data for a bar graph.
How do I bring it into after effects to be able to parse the data and use it to drive my animations?
Here is an example. The three sections move independently, and dynamically adjust to each other.
I have a Null Object that I am using to control the bars.
What I want to be able to do is parse the data from the json, so that all updates to the data can be made in the json file instead of adjusting each individual slider for each bar.


