ExternData icon indicating copy to clipboard operation
ExternData copied to clipboard

getBoolean inconsistency between XMLFile and JSONFile

Open jacquesV88 opened this issue 2 years ago • 1 comments

Is there a reason why the getBoolean function for XMLFile (and XML2File) only accepts Real values whereas JSONFile seems to take into consideration "true" and "false" statements?

jacquesV88 avatar Sep 26 '23 20:09 jacquesV88

Whereas JSON has proper Boolean type true/false (andy maybe misused as string types "true"/"false"), for XML it just checks for numeric zero interpreted as false.

beutlich avatar Oct 02 '23 18:10 beutlich