Like Java having its Collection Framework .
Is there any api available in Javascript where
we can Store JSON object in map for key value pair and
it will be having sort functionality and
List or Vector functionality where the size will be auto growable and
HashSet/TreeSet functionality to store duplicate free Json Object or item.
EDIT:
ListI terator functionality will be there where we can traverse bi-directionally.
One More functionality it lacking is removal of item from middle of array can be achieved so that it will rearrange after.
Comparator facity will be a added advantage.