Hi,
I want to store JSON response from the API in Phone. I read somewhere that LocalStorage cannot store more than 5 MB. Is that true ? I don’t want to use SQLite since I just want to store JSON response and access it using JSON.parse(). It should able to store 100k JSON replies. What should I used apart from SQLite ?
Thanks!