Web Storage in HTML5 – Complex Data
As you’ve seen, you can store data as a string in the web storage systems, and that is it. It’s fine if you want to store a single number, or a string. But what about more complex data, which is harder to convert to a string. Converting Data to JSON Strings Well, using JSON (JavaScript…