I have 10000 row json file as a dataset, Im going to need to use the data from it in the app all the time. My app uses sqflite for storage and all data access is essentially from the SQL database. However, I’m very unfamiliar with Json.
What do I do with the json file? Do I just let it be in a file and get the data from there, do I make a server, or do I insert the json objects into my local database on database creation?