Possible to store OBJECTS? #198
-
Let's say I have an object called Students (List. Would LocalStorage allow me to save that? |
Beta Was this translation helpful? Give feedback.
Answered by
chrissainty
Dec 29, 2022
Replies: 1 comment
-
By default, values are serialised to JSON before storing. So essentially, if it can be JSON serialised, then it can be stored. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zmagickap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, values are serialised to JSON before storing. So essentially, if it can be JSON serialised, then it can be stored.