Closed jcn closed 8 years ago
Fix the problem where if a boolean "false" value is encountered, it will be dumped as an empty string instead of the string "false" (this happens because items[index][header].BOOL will return evaluate to false if the value of the boolean is false.
items[index][header].BOOL
Fix the problem where if a boolean "false" value is encountered, it will be dumped as an empty string instead of the string "false" (this happens because
items[index][header].BOOL
will return evaluate to false if the value of the boolean is false.