I would like to save the json data (file) received from the server to the sqlite3 database

The first time, install the game, the server receives the metadata required for the game in json format.

I would like to store this json type metadata in the device’s sqlite database .

I do not know, but as far as I know, the data structure of json and sqlite is different.

If you have any experience with these tasks, I would appreciate it if you could help me.