{
    "address":"J.P.NAGAR",
    "payment_type": 
    "paymentMethod",
    "time":"2015-09-12 03:22:31",
    "name":"Madhava Raju",
    "tel":"9591865409",
    "userId":"66",
    "deviceId":"66",
    "type":"cod",
    "seats_number":"1",
    "table_id":"2",
    "products[0]":{
        "id":"1397529704",
        "sl":1,"topping":[{"1397879078":"1441207278"}],
        "instruction":"Poora"
    }
}
How can I send the above data to the server using angular ajax with POST method and as URL parameters.
 
     
    