Context: I am trying to pass a nested JSON object from my code behind page to a method in the .js in my view.
UI Flow: The user selects an organization from a ddl, then the ddl's onchange function is called, onchange function clicks the hidden submit button, code behind method is called which creates the nested json object with the needed organizational data.