-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Bug: can't decode escaped unicode string #386
Comments
orisano
added a commit
to orisano/go-json
that referenced
this issue
Jul 29, 2022
goccy
added a commit
that referenced
this issue
Aug 1, 2022
Fix stream decoding of escaped character
Can we get a new release including this bug fix? 👀 |
Thank you for the notification, just now I released this fixes as v0.9.11 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unexpected error:
json: string unexpected end of JSON input
some other context:
a
is aninterface{}
json.Unmarshal
, notNewDecoder()
The text was updated successfully, but these errors were encountered: