{“recordsets”:[[{“RESPONSE”:“Coming Soon….”}]],“recordset”:[{“RESPONSE”:“Coming Soon….”}],“output”:{},“rowsAffected”:[1]}
Asked
Active
Viewed 123 times
-3
-
Have you looked up how to parse JSON? Guides exist for it everywhere. You could find one in seconds of searching. – Carcigenicate Jul 10 '17 at 03:02
-
not familier about node js – DIJO JOSEPH Jul 10 '17 at 03:03
-
recordsets[0][0]["RESPONSE"]) tried like this its not working ? – DIJO JOSEPH Jul 10 '17 at 03:03
-
2Possible duplicate of [How to parse JSON using Node.js?](https://stackoverflow.com/questions/5726729/how-to-parse-json-using-node-js) – Carcigenicate Jul 10 '17 at 03:13
-
Again, please search before asking next time. I've never even used Node.JS and it took seconds to find the answer using Google. – Carcigenicate Jul 10 '17 at 03:14