This is my config.json File
{
"timeout":10000
"Status":{
"Error":{"message":"Runtime","continue":False}
}
}
First I want to read the value "Error" and the the value "False" and assign them to two different variables. How can I read those two values from the config.json file.
Any help is appreciated. Thankyou.