marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

the json format data becomes a json string #290

Open phpstudyone opened 6 years ago

phpstudyone commented 6 years ago

Call the get() method immediately after calling the set() method, the json format data becomes a json string.

After I get the data using the ajax method, I use store.set() to save the data, then use store. get() to get the data I just saved and find that the data has changed.

image

image

BUT sometimes it is normal ...

image

Can you tell me What's happened ?

ErfanKamalian commented 2 years ago

327