You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Thanks. This'll be an issue with JSON.stringify rather than JSON.parse (which is now adhering to the spec). If you want to work around it, use eval("("+json+")").

    It's that pins are output as just pins - but obviously JSON has no idea about pins so when they are encountered it just returns 'undefined'.

About

Avatar for Gordon @Gordon started