Caching downloaded JSON data to SQLite database - is it a good idea? Caching downloaded JSON data to SQLite database - is it a good idea? json json

Caching downloaded JSON data to SQLite database - is it a good idea?


There is absolutely nothing wrong with this approach; however, I am going to recommend that you instead use the built in caching storage. See the section called "Saving cache files" in Data Storage for more details.This way you don't hog any precious space if your JSON objects are large in the event of a low memory situation.