I've made a unique object that I want to send back in JSON format to a JavaScript function. This special object was developed as a class in C#.
What would be the most effective approach to return this object from a PageMethod (or [WebMethod]) to a JavaScript function called onPageMethodCallback()? My goal is to access the properties of this object in JavaScript and modify the DOM accordingly, possibly leveraging jQuery.
Many thanks, StackOverflow! :)