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

Support decoding 1/0 into True/False in lax mode #471

Merged
merged 1 commit into from Jul 6, 2023

Conversation

jcrist
Copy link
Owner

@jcrist jcrist commented Jul 6, 2023

Previously we only supported mapping string versions of 1/0 to True/False in lax mode. This adds support for mapping the integer values as well.

Previously we only supported mapping *string* versions of `1`/`0` to
`True`/`False` in lax mode. This adds support for mapping the integer
values as well.
@jcrist jcrist merged commit d4ce822 into main Jul 6, 2023
8 checks passed
@jcrist jcrist deleted the lax-mode-bool-from-int branch July 6, 2023 02:54
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

Successfully merging this pull request may close these issues.

None yet

1 participant