This repository was archived by the owner on Dec 26, 2025. It is now read-only.
Possible to store OBJECTS? #198
|
Let's say I have an object called Students (List. Would LocalStorage allow me to save that? |
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. |
0 replies
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.