Skip to content

Checking of incoming JSON values / problems with JSON booleans #1530

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

Open
araeubig opened this issue Mar 5, 2025 · 1 comment
Open

Checking of incoming JSON values / problems with JSON booleans #1530

araeubig opened this issue Mar 5, 2025 · 1 comment

Comments

@araeubig
Copy link

araeubig commented Mar 5, 2025

I try to check for true or false from incoming data. This value should be not empty but withh boolean checking i get an error if the value is false. If i try to check for anyOf it get's not recognized based on UPPERCASing the rule automatically to TRUE or FALSE.

What can i do to check the boolean fields?

Regards André

@henriquemoody
Copy link
Member

Hi there! Could you send a piece of code with the input so I can try to reproduce the problem?

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

No branches or pull requests

2 participants