Node.js examples for String:Convert
Convert Object to String
function objectToString(o) { return Object.prototype.toString.call(o); }