This allows to copy/paste from Excel, LibreCalc, FramaCalc, etc.
into a temporary file, then convert this key\tvalue file into a
proper JSON object representation.
Sample input:
fr\tprénom en\tgiven name
Sample output:
{ "fr": "prénom", "en": "given name" }