Question
Incorrect values when parsing JSON
In Fiddler, and Browser I get the California object like so:
California, 2680, -7, 43, US-CA
In Flash I get:
California, 2672, -3, 56, US-CA
Strings are fine, but for whatever reason the numbers are incorrect? Not quite sure what to do. I may be able to have the service modified to return the numbers as strings, but I'd rather not try... Any ideas?