[Solved] How to write a object to storage? #1360
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 2 comments
-
Posted at 2020-02-28 by @gfwilliams So I guess the issue is:
You want something more like:
Generally it's safer to use JSON.stringify than to try and quote it yourself :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2020-02-28 by @MaBecker Cool - Thanks
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-02-28 by @MaBecker
Working on an app called locale that will handle locales , so we can see eg month, day names and more in our language.
Writing single values work's like expected, but looks like not using the correct way to write a list.
So how should this be written correctly?
Beta Was this translation helpful? Give feedback.
All reactions