I know there was a similar question, but I didn't find the answer to my next question.
I would create a dictionary with the following JSON structure: { "En": { "KeyOne": "Value One", "KeyTwo": "Value Two" }, "Hu": { "KeyOne": "Első Érték", "KeyTwo": "Második Érték" }, "Sr": { "KeyOne": "Прва Вредност", "KeyTwo": "Друга Вредност" } }
Of course, the key-value pair seen in the Dictionary would have many more key-values pairs.
So many key-values pair would be in dictionary that creating a dictionary graphical would be difficult for me.
I would read the dictionary elements by 'list from csv table text' block from a CSV file, but I don't know what content CSV file could create the above-mentioned JSON structure?
Apparently, I did not ask clearly enough. I would not create a dictionary from a JSON file, but from a CSV file. The JSON file above is just an illustration of the structure of the dictionary to be created.
Yes, please provide the code that would generate a dictionary from the CSV file you have written.
The CSV file above can be easily created as a spreadsheet in LibreOffice Calc spreadsheet, for example; I would save the finished spreadsheet from Calc as a CSV file.