Search through array of JSON objects
Hi all,
I am making a GET API call from a ThingWorx service. I want to parse the JSON data from the API call and search through it for certain values, which will then be pushed into an array. It seems to me that standard JavaScript methods like .filter() and .find() don't work in ThingWorx.
Can this be done in the same service or will I need multiple?
Any help would be appreciated.

