inputjson = {"project_path": "Store_Execution_Analytics/DSCI/Tech","project_path_pqm": "Store_Execution_Analytics/DSCI/Tech/","project_path_powerbi": "Store_Execution_Analytics/DSCI/Tech","input_db_name": "rtm_storeexecution_pqm"}
print("The existing json value is: " + str(inputjson))
newjson = str(inputjson).replace(r"'", r'\a"')
print("The new json value is: " + str(newjson))
dict1={}
dict1['json'] = newjson
print(dict1['json'])
To embed this project on your website, copy the following code and paste it into your website's HTML: