I\'m getting a \"Object doesn\'t support this property or method error\", does anyone know why?
I do have values plugged into userId, fname, lname, oname, sam, hasAc
You can either call toString instead, or put in a condition like this...
var jsonstuff = (emp.toSource) ? emp.toSource() : emp.toString();
EDIT:
Since this is not working for you, you might want to use JSON.stringify()