I received a file which contains key and unquoted values which looks like a json file but is not valid due to unquoted keys and values.
Is there an existing module in python that will be able to load this and clean it as a valid json file?
sample.txt
{
apple: [green,red],
kiwi: [green,gold],
strawberry: red
}