Added by Thierry Boibary over 6 years ago
Hi,
how can i build a Json file from a text file with a prog in Bash or Python?
Regard
Thierry
This depends mostly on the format oft your input file.
I think it needs ca. 10 lines in python from CSV to json, for example...