Adding values to array

Adding values to array

How i can add values to an array in jquery class? i have couple of items to add. 
eg: 
{ pid: pdt, unitRate: urate, taxids: taxId, qnty: qty, net: Net }
 
how  can i do it ? Thanks in advance