-
Notifications
You must be signed in to change notification settings - Fork 13
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
ParseNode Failure while processing string literal #30
Comments
Error Trackingjson_parse_node.go
context:
|
Traced further back to
Json was produced by Serialization Writer. |
Hi @dadams39, |
From what I can tell, the Serialization Writer creates these types of messages incorrectly. I'm unable to verify the original data store input. The ParseNode failing to write what is an invalid |
hopefully the lengthy explanation I've added in #28 clarifies the situation. |
Returning to this as the following has been closed: microsoftgraph/msgraph-sdk-go#203. The error remains unchanged. |
Thanks for the follow up, so |
ah, I can see you left a thumbs up. This doesn't send out a notification to catch my attention back. Thanks for confirming.
|
The tab is showing up as the issue, but the true failure may be the |
Since we're already escaping n it'd make sense to escape both t and r indeed |
Can be closed after PR #34 is merged |
Present on github.com/microsoft/kiota-serialization-json-go
v0.5.1
&v0.5.2
Related to: #26
call:
js.NewJsonParseNodeFactory().GetRootParseNode("application/json", bytes)
where
bytes
Receiving error:
invalid character '\r' in string literal
The text was updated successfully, but these errors were encountered: