[Proto-Scripty] Re: Order in $H(responseJSON.Data)

2009-08-20 Thread Tobie Langel
Or better, yet, use an array. On Aug 20, 2:06 pm, david wrote: > Hi Buda, > > you can't rely on browser internal way to store JSON. Each as its own > way. > The only thing you can do is to call a sort() function but in that > case you'll also loose original order.** > > One thing I can propose i

[Proto-Scripty] Re: Order in $H(responseJSON.Data)

2009-08-20 Thread david
Hi Buda, you can't rely on browser internal way to store JSON. Each as its own way. The only thing you can do is to call a sort() function but in that case you'll also loose original order.** One thing I can propose is to modify data to have an numerical index to your data so calling a sort() fu