Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • For me what I understand is that you send together 2 JSON objects (like you have append the one to the other) and can not deserialize them together and ask you ether send one object, ether convert it to List<> Commented Feb 27, 2013 at 9:19
  • Can't you use JavaScriptSerializer? Commented Feb 27, 2013 at 9:22
  • Well, yeah, I send something like : [ Object, Object, .... ] ; so that cannot be converted. Commented Feb 27, 2013 at 9:22
  • I would use it I knew how :) Commented Feb 27, 2013 at 9:24
  • @Roland: Can you give me the structure of your object? Commented Feb 27, 2013 at 9:54