I found this interesting article while looking for easy to implement json codes
A hashtable in javascript is really an object and NOT an array at all, you can't find the length of it or use any
of the Array methods like .push(). The hashtable can be very useful and, as ever, there are a number of ways you can create one.
here's the link to it
