The next problem to read out HTTP-Request

Now, I get following from a HTTP-Request:


How can I use a function node to put this in a json like:

create a json with:  {"Key": 'Value of the HTTP-Request'};

Hey @UweG!

You can use the Set node to create the JSON.

Do you want to output to be { "key": true } ?

Hi Ricardo
Yes

Hey @UweG,

Did you find a solution? Let us know if you’re still stuck with this issue