var output = { lol: [ {name: "hahaha"} ] }; console.log(output); output = JSON.stringify(output); console.log(output);