all javascript objects have a toString method code example Example: javascript object tostring var obj = { name: 'myObj' }; JSON.stringify(obj);