You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • Brought the problem down the bottom.
    Don't know, what standard tells about this.
    If a port cannot be recognized, thats ok, but I would expect to get an error message.

    >var x = {port:C5};
    ={ "port": C5 }
    >var j = JSON.stringify(x);
    ="{\"port\":C5}"
    >var y = JSON.parse(j);
    =undefined
    
About

Avatar for JumJum @JumJum started