English 中文(简体)
通行证院综合 j子通过 j子对 as子提出异议
原标题:Pass complex json object to ashx via jquery

我在客户上有一个复杂的json物体(挤满阵列),需要将其送到服务器处理。 我目前正在使用一台灰质,正在试验舱位(jax)和邮电,试图将可使用的结构归还服务器。 是否有任何人向我建议通过我复杂的json物体的最佳途径,以便我能够将其压在服务器上,并进入各种nes子阵列等? 非常感谢。 我正在使用协会。 NET 2.0

最佳回答

目前,我通过将JSON对服务器作为载体(单一参数)表示反对,然后将其重新注入物体。 我更喜欢JSON2 Library,以将该物体扼制为扼杀。 https://stackoverflow.com/questions/1056169/serialize-to-json-in-net-2-0>post 如何将其重新注入物体。

EDIT:例如,这为手递员创造了一个职位。 bhx, 单一参数jsonData。 我是利用JSON。 强化方法(JSON2图书馆的一部分)——

$.ajax({
   url: "handler.ashx",
   type: "POST",
   data: ({jsonData : JSON.stringify(yourDataObject) }),
   success: function(msg){
      alert(msg);
   }
});
问题回答

你可以把 Java稿标语编成“JSON”号,简单地把它当作一个参数。 在服务器方面,你利用一名JSON教区把该教区推为可观的东西。

在客户方面,实际上没有“个人目标”这样的东西。 它只是 Java字(如果你再 per镍的话,可照上ECMA写)。 现有图书馆可随时查阅,以便进行这种序列化(见json.org)。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签