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

Check for array-iness in Python de-jsonization #508

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Jul 6, 2024

We introduce an explicit check that the parsed object is indeed an array-like object instead of simply checking for an iterable as mappings are also iterables in Python.

We introduce an explicit check that the parsed object is indeed an
array-like object instead of simply checking for an iterable as mappings
are also iterables in Python.
@mristin mristin merged commit bcab1a9 into main Jul 6, 2024
5 checks passed
@mristin mristin deleted the mristin/Check-is-array-like-in-Python branch July 6, 2024 18:17
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.

1 participant