js tostring of object property code example Example: javascript object tostring var obj = { name: 'myObj' }; JSON.stringify(obj);