, , id name, . - , ( , ).
var jsonObj = []
rows.each(function (index) {
var temp_obj = {};
temp_obj["id"] = $this.find('.elementOne').val();
temp_obj["name"] = $this.find('.elementTwo').text();
jsonObj.push(temp_obj);
});
[] - , temp_obj - , temp_obj, , .
Quentin : JavaScript JSON.