-
• #2
Thanks - just fixed.
Turns out it was an issue showing in
JSON.stringify
because when you have anint: bool
combination then Espruino packs both into one variable -
• #3
wow, that's response speed of the finest
-
• #4
No problem - I don't like issues that seem to be to do with JS execution to hang around :)
writes {1: 3,4: 5,6: false } in browser, tested in firefox and chrome
Espruino writes {1: 3,4: 5,true: false }