as I got in the some search specially in Jquery Ajax Posting json to webservice
First I have to convert my object to JSON :
data: {DesignElements : JSON.stringify(json)}
and post it to webserivce
[WebMethod]
public void SaveJson(DesignElements DesignElements)
{
}