$.param() - serialization problem

$.param() - serialization problem

var a=[{"a1":"v1", "a2":"v2"},{"b1":"v1"}];
var b=$param(a);

jquerry 1.4 gives:
undefined=undefined&undefined=undefined

is there a method that would serialize this array of objects properly?