I've a nested dictionary in json format for which I want to create html tables to send in an email according to key :
converting it into html table is where I'm stuck
{"test.txt": {"apple": "554", "banana": "23"}, "example.txt": {"apple": "551", "bannan": "2"}}
Tables should be like : Basically key as header
------------
test.txt
------------
apple 554
banana 23