Is it possible to locally host JSON data?

It might seem counter intuitive but I really need to host JSON data on my app, because the app is designed to be used offline and I’ve found a JSON file that exactly contains the data I need. However the data is too big to manually import piece by piece.

Can I host and request data from a JSON file that is hosted on m app, perhaps my device?

Upload json to assets. Use file component to read from file and then use when file got text block

If this json file need NOT modified/changed, then upload to ASSETS. Otherwise, save it on sdcard

1 Like