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 mapDecoder.DecodeStream() for empty objects containing whitespace #425

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

abrander
Copy link
Contributor

@abrander abrander commented Feb 1, 2023

Current master breaks when encountering JSON containing an empty object containing whitespace like {"obj":{ }} when using the stream decoder - Unmarshal() behaves as expected.

This PR fixed that problem, and NewDecoder().Decode() will behave like Unmarshal().

@goccy
Copy link
Owner

goccy commented Mar 13, 2023

Thank you for your contribution !!! LGTM

@goccy goccy merged commit 7be58ac into goccy:master Mar 13, 2023
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

2 participants