You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: