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.
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.