top of page

JSON Parameter

You have to make sure that your input is a valid JSON String and not an object as you write it in JavaScript for example.

​

​

Input:

{ "json": { "firstName": "John Doe" } }

JS-Code:

return input.json.firstName;

Output:

{ output: 'John Doe'  }

Screenshot 2023-01-25 at 08.04.06.png
Screenshot 2023-01-25 at 08.04.26.png
Screenshot 2023-03-29 at 13.27.13.png
Screenshot 2023-01-25 at 08.06.09.png
bottom of page