Hey guys
I'm using the JSON feed for the real-time data. I've noticed recently a new field was added into the feed, which results in my app breaking. The problem is that you've added the JSON using an array and inserted a new value into the middle of the array.
For instance, before the lat was the 6th element, now it's the 7th element, but there's no way for my code to detect this.
Is it possible that new values are either added to the end of the array, or you change it from using a JSON array to a JSON object (which would be more inline with the original SOAP feed)?
When a change like this occurs, once I actually notice it (or a user reports it) it can take up to 2-3 weeks to get a fix out
(note: I can use the original SOAP feed, but I prefer the lighter weight feed)
Thanks!
Quentin