After testing i found an behavior not sure what everyone else does.
I have an id 002006556 its a int, but when I do the following code it changes the number, Is there a reason why?
Here is the jsFiddle
var user = 002006556;
alert(user.toString());
alert(user);
It cannot be in string because the real code come from a site platforme and the true values would var user = {Username};
The result is not what i am expecting