var Buyers = [
{
"first_name" : "Raj",
"last_name" : "Pilla"
},
{
"first_name" : "Ajit",
"last_name" : "Bambaras"
}
];
var Seller = {
"first_name" : "Simon",
"last_name" : "Mathew"
};
How we can post this data to controller using angular js post method also what we need to write in java controller..?