I am trying to read in sensor data which stored in a json file into a database every minute. But I have no idea how to read it in in visual basic or write it to the database.
Ive tried creating local sql databases but I as unable to access them through c# so I am attempting to use Access to store the data.
My json file
{
"Chamber": {
"Time": 8479,
"Arduino": 0,
"Chamber": 47,
"Point": "Temperature",
"Value": 22.81,
"Unit": "c"
}
}