tutorial.eyehunts.com
Console log shows object object | JSON stringify
Use console.log(JSON.stringify(result)) to get the JSON in a string format. To avoid the [object Object] error use the if statement to check
Rohit