I have a Web Service and it always brings back one object from my class that i defined on the server side.
in success
method of $.ajax
function i always get the this object. And on the client side i want to add couple of functions to display its properties quickier.
Is there a way do that ? (JSON object will return, i am worrying about that)