Here is the data I need help with:
var information = [ { "_id": "5e458e2ccf9b1326f11b5079", "xxTitle": "testtttttttttttt", "hhhhhhhhhh": "sssssssss", "xxzzzzzz": null, "oooooooooooooo": "ssssss", "xxDescription": "sssssss", "xxDetails": "ssssssss", "llll...gg", "__typename": "xx" } ]
I am trying to send this data as a string over HTTP and then parse it back into JSON format, but instead of getting the correct output, I'm receiving
[ '[object Object]', '[object Object]' ]
Could someone please provide assistance?