Project DescriptionObjectStore is a tiny javascript library that allows you to store a collection of javascript objects in the form of hash table (a javascript object, unordered, but with easy retrieve by key) and an array (ordered, retrieve element by index) and get the advantages of both worlds.
For usage of this script, please head to
Documentation section