Closed rjainqb closed 9 years ago
JSON rows of the form:
{ 'colname': 'true'}
are failing with ClassCastException (unable to cast from String to boolean) when colname is of type boolean. This pull request adds support for the same.
colname
boolean
Looks good, merging. Close #118
JSON rows of the form:
are failing with ClassCastException (unable to cast from String to boolean) when
colname
is of typeboolean
. This pull request adds support for the same.