字典转json字符串
var ParmJson = JsonConvert.SerializeObject(Parmdic);
json字符串转json对象
JObject jobject=(JObject)JsonConvert.DeserializeObject( ParmJson)