> Don't get me wrong, in most cases having the response alphabetized > makes finding what you are looking for easy. But I often work with > some GIGANTOR and convoluted JSON responses that are organized to have > the most pertinent info at the top. It is much easier to compare two > or more of these responses if that information is kept at the top. > > For instance, say I want to compare the properties A, M, and Z on > three similar responses, which would normally be properties 1, 2, and > 3. This would be a trivial comparison to make, but with the responses > alphabetized it actually becomes a little cumbersome. JSON is currently evaluated using Components.utils.evalInSandbox, which seems to be doing the alphabetical sort by default.
I couldn't found a related issue, please report it and I'll take a look at it (perhaps we could utilize native JSON support in Fx). Honza --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
