'How do I store the json file in sqlite database and connect with Flask API?

My jsonfile looks somewhat like:

{ 
  "names":["38"], 
  "metadata": [ 
    { "id": 38, "Lat": 32, "Long":32 }
  ], "samples": [ 
    { "id":"38", "date":[ "5/5/2016", "9/5/2016" ], "values":[ 11.42, 11.37 ] }
  ]
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source