Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getBoolean inconsistency between XMLFile and JSONFile #47

Open
jacquesV88 opened this issue Sep 26, 2023 · 1 comment
Open

getBoolean inconsistency between XMLFile and JSONFile #47

jacquesV88 opened this issue Sep 26, 2023 · 1 comment

Comments

@jacquesV88
Copy link

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?

@beutlich
Copy link
Contributor

beutlich commented Oct 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants