var stringified = JSON.stringify(data); var parsedObj = JSON.parse(stringified); console.log(parsedObj);