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

getPosition() result from ParseException its diferent that the real character position #142

Open
darambulo-vitores opened this issue Jun 10, 2021 · 0 comments

Comments

@darambulo-vitores
Copy link

Hi, in this moment exist a problem with getPosition method, if the parse method fails, a ParseException is throw, in that moment the failed json was [{"nombre**""**:"diego"},{"nombre":"andre"},{"nombre":"arambulo"}] , actually the error is after the first key(double double quote) the 11th position, but the jar says that is 13th position, its like my string was escaped [{"nombre"":"diego"},{"nombre":"andre"},{"nombre":"arambulo"}], ....thats wrong.

in fact if i call getUnexpectedObject method, its comes a d from diego word, but the error is the double double quotes.

Screenshot 2021-06-10 014807

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

No branches or pull requests

1 participant