In my current project, I am working on an application that focuses on providing information about different geological locations. To develop this app, I am utilizing the Ionic framework in conjunction with PhoneGap.
At the moment, I have structured the data for each location using JSON files. This allows me to retrieve the information dynamically for each page view, giving users access to the content they need. I opted for JSON files because of their ease of management and the necessity to enable offline downloading of specific areas. Is JSON a suitable choice for storing this type of data? I have heard about onboard database memory but lack clarity on its documentation, advantages, or disadvantages.
I would greatly appreciate any guidance or suggestions!