I get a json object as a response to one of my http request. I want to access the elements of it. could any one knows which node to be used for that.
Thank you.
I get a json object as a response to one of my http request. I want to access the elements of it. could any one knows which node to be used for that.
Thank you.
Have you tried the json node? Which if it is json will convert it to a javascript object
also worth reading this page
https://nodered.org/docs/user-guide/messages
let me have a try. thank you so much. btw my intent is to use data in that response in another http request. is it possible.
Well you could try it…
@sampath6789 please use the #general category for your questions. The #development category is for work on developing node-red itself. I have moved both of your posts over for you.