Details
Description
Currently, when parsing string data, boolean fields use Boolean.valueOf(), which requires the strings "true" or "false". This should handle alternate string representations of true and false.
Currently, when parsing string data, boolean fields use Boolean.valueOf(), which requires the strings "true" or "false". This should handle alternate string representations of true and false.