I have a txt file:
orange : 1
blue : 2
yellow : 3
And i want to convert this file to json which look like that :
{ "colors-20220906" : {
"orange" : 1,
"blue" : 2,
"yellow" : 3
}
}
Add a key with a timestamp. Could you help me please, i'm blocked. Thank you