shancarter / mr-data-converter

Takes CSV or tab-delimited data from Excel and converts it into several web-friendly formats, include JSON and XML.
http://shancarter.github.com/mr-data-converter/
Other
1.96k stars 777 forks source link

TRUE/FALSE should be booleans not strings #16

Open quantizor opened 10 years ago

quantizor commented 10 years ago

Hi! First, awesome tool. Love it.

A big improvement (IMO) would be native conversion of TRUE and FALSE (case-insensitive) to the lowercase, unquoted true/false JSON equivalents. Currently, they are outputted as strings, which is somewhat counterintuitive since numbers are outputted as numbers and not stringified ones.

dosstx commented 9 years ago

I agree this is much needed. Thanks.