You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Thanks - yes, this is a bit of a pain... There's a bug open for it here: https://github.com/espruino/Espruino/issues/489

    Basically the 'standard' JavaScript way of handling Typed Arrays is horrible (turning them into objects), and I don't really want to implement it - but then I don't want to implement something that's not standards compliant either.

    If you want to parse the 'semi-JSON' you get from JSON.stringify with a Uint8Array then (as long as you trust the input!) you can use eval instead...

About

Avatar for Gordon @Gordon started