Hi there,
I’m trying to extract some data from a Webhook. The output looks like a JavaScript object however I’m not able to navigate through it. When trying to parse it
data = JSON.parse(inputData);
I have the following error:
SyntaxError: Unexpected token o in JSON at position 1
What does it mean?