jQuery JSONP Request Breaks ID Values

jQuery JSONP Request Breaks ID Values

I'm working on an application which pulls data out of Zoho Creator using JSONP calls through jQuery to manage the cross-domain data exchange.

I'm debugging in FireBug / FireFox.

When I load the JSON data directly by pasting the URL into a firefox tab, the values in the Zoho Creator ID fields for the records are correct.

But when I load the same data from the same URL via jQuery, the values of the ID fields are wrong.

Specifically, the ID values are correct up to the last three digits. Some of the values end in "700" some end in "800."

I have confirmed that the ID values observed in the JSON data loaded directly in FireFox are correct by constructing the urls which allow for direct editing of records by ID. I have also confirmed that the ID values observed in jQuery are not correct because the edit by record ID fails with those IDs.

Has anyone out there had any similar experience?

Thanks!