I’m trying to use VaRest to fetch a JSON object from a webAPI. I see the JSON data show up in the console log, but I can’t figure out how to get the data into something I can use in blueprints. The simple GET example on the github site doesn’t seem to call the event handler. Is there a clear simple example, of doing a GET request and getting the resulting JSON data into something useful?