node-iniparser
node-iniparser copied to clipboard
All is string
All values are interpreted as a string. If there should be a number manual conversion is neccesary.
This is indeed an issue. I was just bitten my JavaScript because instead of adding two numbers together, it was concatenating two numbers.