Bind Text to JSON Layer

Reads JSON data from another layer to fill dynamic text.

Code

var j = thisComp.layer("data").text.sourceText;
JSON.parse(j).title;
jsondatatext

How to Use

Create a text layer named "data" containing raw JSON. This expression pulls the "title" field.