Just a curious thought:
Sometimes it’s handy to have a text file for small bits of numerical data. Would it be possible to extend TOML to have a “csv” section (array of arrays)?
[x,y,z] 1,2,3 4,5,6 7,8,9
[data: x,y,z] 1,2,3 4,5,6 7,8,9
Just a curious thought:
Sometimes it’s handy to have a text file for small bits of numerical data. Would it be possible to extend TOML to have a “csv” section (array of arrays)?
Or perhaps it’d have to be: