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

Fix InputValue.ObjectValue jsoniter encoder #2018

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

kyri-petrou
Copy link
Collaborator

I just realised that I used the same "method" for encoding InputValue.ObjectValue and ResponseValue.ObjectValue, forgetting that the InputValue variant wraps around a Map and not a list. Good thing is that we don't encode InputValues to JSON so it didn't affect performance in any parts of the library, but it's still good to have the correct one there

@kyri-petrou kyri-petrou merged commit 05858ab into series/2.x Nov 22, 2023
10 checks passed
@kyri-petrou kyri-petrou deleted the fix-jsoniter-input-encoder branch November 22, 2023 09:55
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.

2 participants