Query Nested JSON Data
I am trying to query using the code below to get the value etoday but it does not return a result. Result = json.loads(json_string) # Next Line works perfect print("The value of msg", "msg", "is: ", Result["msg"]) #Next Line does…