Skip to content

Conversation

@ydah
Copy link
Member

@ydah ydah commented Dec 26, 2025

Fixes: #446

Comment on lines +76 to +77
deserialized_keys.add(prop_name)
deserialized_keys.add(prop_name.to_s)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are both of these actually needed/used? It seems like one might be redundant, and if so it might be better to omit it to keep things simple.

Copy link
Member

@geemus geemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small question, otherwise looks good to me, thanks!

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.

Explode doesn't seem to work as expected for query string parameters

3 participants