Save huge data locally in my app

Hello guys ,

I have json data with array length of 7500 and each object contains 8 string and its about 2Mb size . Everytime loading in app requires much time , So i need to save it to my app .

What is the best way to save this to my app locally .

Does the tiny db can handle this much data

Thanks

Test it with TinyDB.
It should work. If not you have to split the JSON to separate Keys and Values and save them in the TinyDB.