Question
Vuforia Studio Binding Filter Functions
Hi, I was planning to manipulate the data coming from Thingworx Service using the following:
return value.trim().replace("\"}]","").split("\":\"")[1]; with an example input being: [{"result":"Data"}] . I want to implement this code in the binding filter but the output will contain nothing. Please help.

