Assuming I have a piece of JavaScript code similar to the one shown in the image. I populate an array with multiple values and then pass this array to an action method in a controller. However, in the action method, I receive this array as an 'object'. Is there a way to extract the values from this 'object' without using an ajax post method? If so, how can I retrieve the values in the action method?