How to define an Array in .ini format?
megastef opened this issue · 1 comments
megastef commented
[myarray]
0 = value0
1 = value1
or
myarray = [ value0, value1, value3 ] ?
both do not work. One of my test results ...
myarr: { '0': '[one, two, three]', '1': '2nd' }
megastef commented
Sorry, I was too quick to ask ... and checked then the package.json and the ini npm module.
https://www.npmjs.com/package/ini