I have the a json file whose contents is {\"67790\": {\"1\": {\"kwh\": 319.4}}}. Now I create a dictionary a_dict which I need to append it into th
{\"67790\": {\"1\": {\"kwh\": 319.4}}}
a_dict
json_obj=json.dumps(a_dict, ensure_ascii=False)