SyntaxFix
Write A Post
Hire A Developer
Questions
Sometimes you don't need third party libraries to parse JSON from text. Sometimes all you need it the following JS command, try it first:
const res_data = JSON.parse(body);