Forum Discussion
chicks
13 years agoRegular Contributor
Briefly: dev had removed the json-lib-2.3-jdk1.5 jar from the build. replacing it fixed the problem.
Lengthy: we determined by using a debugger and setting breakpoints that extra characters WERE being received in the json object. checking the revision history for the library files showed that a change had been made.
Curiously the change log for the new verions of json-lib shows that changes were made to fix iincorrect string parsing. http://json-lib.sourceforge.net/changes-report.html#a2.4
Looks like those changes broke some other stuff. It looks like they need to enhance their automated regression testing!
Thanks all for the suggestions! Regards.