Replies: 2 comments 2 replies
-
it matters exactly how this data was represented. Give a code example if you can. |
Beta Was this translation helpful? Give feedback.
2 replies
-
isSuccess = true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
When I try to parse an invalid string like:
"a":"b"
"a""b,
"a"..."b" ,
"a";"b"
It returns an answer "a" instead of an error.
Does anyone have any idea how to get to know if the reader skipped some of the characters?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions