You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: