Image Scale from JSON Ratio
Auto-scales a layer according to a factor stored in JSON.
Code
var j = JSON.parse(thisComp.layer("data").text.sourceText);
var ratio = j.scale;
[ratio, ratio];
jsonscaleautomation
How to Use
Same setup as #46 but grabs a numeric `scale` key and applies it uniformly.