Suppose I have JSON file
{Key1:value,
key2:value,
key3:value}
{Key1:value,
key2:value,
key3:value}
Now I want to store this data into SQLite database which should have one table having fields: Key 1, Key 2, Key 3.
How can I save this data into database using script?