I have javascript code that handles json output from asp.net web services built using the 2.0 framework. Now I need to support data returned from Framework 3.5 Web Services.
My javascript code assumes a list of objects as a return value, which works fine in version 2.0. However, within 3.5, the list is placed in the "d" object. Is there a way to remove the d shell and just return the list?
I would rather fix this on the server side
Midhat May 11, '10 at 14:27 2010-05-11 14:27
source share